Write a program that reads a text file containing a set of test scores. Each line in the file contains three scores of a specific student. For example, the first line has the scores for the first student, the second line has the scores for the second student, and so forth. Average the scores of each student and save them in a vector of final scores. So, if there are 10 students, the vector should have 10 final scores. Sort the final scores to calculate the class median. Print the final scores sorted from least to greatest, the class average and the class median.

Detailed set of requirements:

File processing:
Program should try to open a file using a default file path first, then check if it was successful, if not, ask the user for a different file name/path and try again until it succeeds. Do not try to process a file that you could not open. Remember to close the file when done reading.
Store all final scores in a vector (not an array!).
To add values to a vector, use function push_back.
Sort the data using the sort function (you will need this for the median)
Refer to https://essays.homeworkacetutors.com/write-my-essay/cplusplus.com/reference/algorithm/sort/ (Links to an external site.)Links to an external site. to learn how to use sort.
Calculate the average and median of the values in the vector.
Average is calculated by adding all data points then dividing by the number of data points.
Median is the data point in the middle after you have sorted them. If there is an odd number of data points, there will be only one in the middle. If there is an even number of data points, the median is the average of the two in the middle. Your algorithm must work for both cases.
Define separate functions to calculate and return average and median.
Define a seprate function to print the required info on the screen:
This function should receive the vector, the average and median as parameters.
Use a range-based for loop to print the scores in the vector.
Do not use global variables! Do not use goto!
Document your source code following the guidelines:
Lab Documentation Guidelines

Best Computer Science Assignment Help and Get research paper samples and course-specific study resources under   homework for you course hero writing service – Manage ment Writing

Published by
Ace Tutors
View all posts