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 Aniston Cooper Gupta Blair Clark Kennedy Bronson Sunny Smith Use three arrays: a onedimensional array to store the students names, a parallel twodimensional array to store the test scores, and a parallel onedimensional 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: A; B; C; D; and F Format your output with setprecision to ensure the proper number of decimals for testing! Task #: 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
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
