Question: CS 215 Programming Assignment - Processing User Input Submission: 1. Submit as one file of type.cpp 2. Submit it on the Blackboard within the due
CS 215 Programming Assignment - Processing User Input Submission: 1. Submit as one file of type.cpp 2. Submit it on the Blackboard within the due date and time (Submission via email will NOT be considered!) 3. Assignment ID: CS215 PA Processing User Input The Program Details Implement a program in C++ that does the following: 1. Requests the user and Reads the information of a person such as the name and age, as input 2. The number of inputs must be as many as the user wants to enter 3. Saves those inputs 4. Calculates the average age of the whole group of inputs. 5. Displays the output. Make sure the output format is neat and follows a column format with proper column headings. For example (see the figure below) Person Name Sam John Lakesha Reginald AVERAGE Age 28.00 24.00 21.00 20.00 23.25 NOTE: Write comments Maintain proper indentation Use Modularity (with needed subfunctions, if any) Make sure the program is debugged and tested to see that it is working as per the specifications above. Submission of any file other than.cpp type will get ZERO points Submission on only the Blackboard will be graded (no other form of submission will be accepted)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
