Computer Science I (CS 170)
Dr. William J. Joel, WS 110, 7-9353
Project No. 1 (5 points)

Problem: To create a program that will prompt the user for a first name, last name, and three grades; compute the average of the three grades; and then display the user's name in the order "last name, first name," the original three, and the average.
Task:
  • Develop a detailed algorithm for your program.
  • Write and execute a C++ program based on this algorithm.
  • Print a screen capture of your program's execution.
Notes: