Question: C++, Using Let's consider a file with the following student information: John Smith 99.0 Sarah Johnson 85.0 Jim Robinson 70.0 Mary Anderson 100.0 Michael Jackson

C++, Using
Let's consider a file with the following student information: John Smith 99.0 Sarah Johnson 85.0 Jim Robinson 70.0 Mary Anderson 100.0 Michael Jackson 92.0 Each line in the file contains the first name, last name, and test score of a student. Write a program that prompts the user for the file name, then calculates and displays the average score by reading the data from the file. Your program should also present the highest and lowest score in class. The average, highest and lowest score must be saved into a file (provided by the user). You should use at least one function to read/process the data from the file, this function must have parameters 2.1) Copy and paste the source code. 2.2) Provide one screenshot
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
