Question: Instructions Write a program to calculate students average test scores and their grades. You may assume the following input data: Johnson 8 5 8 3

Instructions Write a program to calculate students average test scores and their grades. You may assume the following input data: Johnson 8583779176 Aniston 8090959348 Cooper 7881119073 Gupta 9283306987 Blair 2345963859 Clark 6085453967 Kennedy 7731527483 Bronson 9394897797 Sunny 7985289382 Smith 8572497563 Use three arrays: a one-dimensional array to store the students names, a (parallel) two-dimensional array to store the test scores, and a parallel one-dimensional array to store grades. Your program must contain at least the following functions: a function to read and store data into two arrays a function to calculate the average test score and grade a function to output the results. Have your program also output the class average. Use the following scale to determine the letter grade: **90%100%, A; 80%89.99%, B; 70%79.99%, C; 60%69.99%, D; and 0%59.99%, F **. Format your output with setprecision(2) to ensure the proper number of decimals for testing! Task #01: Program runs correctly. Run this code correctly calculating all the numerical problem according to question.

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!