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 lab11_1.cpp 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:
98.5
89.5
56.3
99.8
65.2
77.2
34.2
You'll need to create five functions:Do not write your own main() function. Instead, use the following one:
Write a program named lab 1 1 _ 1 . cpp that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!