Question: USING C++ PLEASE Using C++ PLEASE Task 3 Write another program that displays all test scores in the file created in task2 and their average.
USING C++ PLEASE

Using C++ PLEASE
Task 3 Write another program that displays all test scores in the file created in task2 and their average. You must check the opening error before you process the data in the file. An Example of Test Run csci2>a.out Input the file name: scores.dat The file cannot be opened. Check the filename and run the program again. Bye! csci2>a.out Input the file name: studentscores.dat The test scores in the file are 89 100 54 98 74 64 The average is 79.83. Other requirements Insert comments in the program so that it can be read easily. You can follow examples on the textbook. Don't forget to include your name, your startID, section number, file location and a description of the purpose of this program on the top of your program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
