Question: Programing language: C++ Write a program that reads data from a file consisting of students names and their test scores, a number between 0 and

Programing language: C++

Write a program that reads data from a file consisting of students names and their test scores, a number between 0 and 100 (inclusive). Each line in the file consists of a student name followed by the test score. The program should output each students name followed by the test score followed by the grade. The program also needs to output the average test score for the class, and should output standard Deviation, Variance, Highest Score and Mean test score for the class.

Input File:

Bo Gill 89 Rei John 91.5 Robert Jones 85.5 Sarah Alola 76. 5 Shawn Mann 73 Samantha Brooks 88.5

I know this should send the data from the input file to an array first. Please explain the code!

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 Databases Questions!