Question: In C# PLS: Using onlinegdb as your compiler create the following programs: 1. Write a program that asks for five test scores. The program should
In C# PLS:
Using onlinegdb as your compiler create the following programs:
1. 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.
/* SAMPLE RUN OUTPUT
Enter the 5 test scores separated by one or more spaces. 88 91 73 80 92 The average of the 5 scores is 84.8 */
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
