Question: Program Assignment - Reading and Processing Inputs from an Input File Submission: 1. Submit as one file of type *.cpp 2. Submit it on the
Program Assignment - Reading and Processing Inputs from an Input File 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: PA Reading and Processing Inputs from an Input File The Program Details: Implement a program in C++ that does the following: 1. Opens a file (as an input file) that already has the following data in it: a. 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. Reads that data from that input file above, and save them into your program using needed arrays (or struct and necessary array of that struct) 3. Displays all the data on the screen in a neatly formatted columns. 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. 6. Submission of any file other than . Cpp type will get ZERO points (NO links, NO zipped files, OR any other format files such as pdf, word, jpg, png, etc.) 7. Submission on only the Blackboard will be graded (no other form of submission will be accepted) 8. NO PLAGIARISM in ANY FORM. The instructor may ask questions and not give any points if you cannot answer questions on your program that you submitted. 9. DO NOT USE ANY CH+ 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
