Question: Has to be done in C++ The Program Details: Implement a program in C++ that does the following: 1. Opens a file (as an input
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
