Question: help c++ Write a program to calculate students' average test scores and their grades. You may assume the following input data: Johnson 85 83 77
help c++
Write a program to calculate students' average test scores and their grades. You may assume the following input data: Johnson 85 83 77 9176 Aniston 80 90 95 93 48 73 59 59 67 83 97 82 63 78 92 23 60 81 83 45 85 31 94 85 72 90 38 38 39 Cooper Gupta Blair Clark Kennedy Bronson Sunny Smith 96 96 45 52 89 28 49 93 79 85 93 75 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, and a function to output the results. Have your program also output the class average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
