Write a program that asks students how many tests they have taken so far in a course. The program should accept any number from 1 to 5, but reprompt the user if the entry is invalid. The user can then...



Write a program that asks students how many tests they have taken so far in a course.


The program should accept any number from 1 to 5, but reprompt the user if the entry is


invalid. The user can then enter the appropriate number of test scores, which you store


in an array. Pass the number of tests and the array of test scores to a function that averages the student’s test scores and displays the average. The function should compute a


correct average whether the student has taken one, two, three, four, or five tests. Save the


file as StudentAverage.cpp.



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here