Question: Write a program that asks for five test scores. The program should calculate the average test score and display it. The number displayed should be
Write a program that asks for five test scores. The program should calculate the average test score and display it. The number displayed should be formatted in fixed-point notation, with one decimal point of precision. Here is one sample run:
Enter five test scores: 84 75 90 88 96 Average=86.6
C++ Language
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
