Question: Please use c++ and make the program at a beginner's level describing the program step by step Write a program that does the following: 1.
Please use c++ and make the program at a beginner's level describing the program step by step
Write a program that does the following:
1. Requests the user and Reads the input from the keyboard of at least 10 student full names (first name, middle name and last name) with at least 8 test scores (each a value between 0 and 100) for each of the students.
2. Creates an output file of text format type.
3. After getting all the inputs from the user via keyboard, your program must save those inputs in that output file.
NOTE:
1. Write a Top-level Comment Banner using a multi-comment operator, giving information such as: your first name, your last name, course number, section number, course title, assignment id or number, semester and year, a line or two describing what the program is all about, describing the input to the program, and output from the program.
2. Write comments to your statements.
3. Maintain proper indentation.
4. Use Modularity (write necessary sub-functions, if any)
5. Make sure the program is debugged and tested to see that it is working as per the specifications above.
DO NOT USE ANY C++ BUILT-IN DATA STRUCTURES (such as vector, list, stack, queue, dequeue, set, map, unordered map, multiset, multimap, etc.).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
