Question: write a C# console application that prompts the user for a student's name, then the student's grades on three tests. The program than N outputs
write a C# console application that prompts the user for a student's name, then the student's grades on three tests. The program than N outputs the student's average (arithmetic mean)test score. Each test is out of 100 points and the three tests are weighted evenly. No need to check for valid input. Sample l/O: en Grade: 80 Grade: 90 Grade: 79 Ben's average score is 83
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
