Question: Write a program named lab 1 1 _ 1 . cpp that reads exam scores from a file, and stores them in an array. Then,
Write a program named labcpp that reads exam scores from a file, and stores them in an array. Then, it calculates the average score, the high score, and the low score and displays them in the console, as well as writes them to a file. The name of the results file should be results.txt
Create an exams.txt file with the following scores:
You'll need to create five functions:Do not write your own main function. Instead, use the following one:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
