Question: Programming Exercise 2-11 X IT Testsinteractive.cs + Instructions + >_ Terminal Write a program named Testsinteractive that prompts a user to enter eight test scores

Programming Exercise 2-11 X IT Testsinteractive.cs + Instructions + >_ Terminal Write a program named Testsinteractive that prompts a user to enter eight test scores and displays the average of the test scores to two decimal places. 1 using System; 2 using static System.Console; 3 class TestsInteractive 4 { 5 static void Main() G { 7 // Write your main here 8 } An example of the program is shown below: 10 Enter test score 1 >> 96 Enter test score 2 >> 91 Enter test score 3 >> 89 Enter test score 4 >> 92 Enter test score 5 >> 94 Enter test score 6 >> 55 Enter test score 7 >> 73 Enter test score 8 >> 78 The average test score is 83.50 Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
