Create a console program that will perform the following:• Ask the user to enter five (5) grades• Compute the average of the grades• Round of the average using method of Math class. Name the project...



Create a console program that will perform the following:
• Ask the user to enter five (5) grades
• Compute the average of the grades
• Round of the average using method of Math class.



Name the project as ComputeAverageApp and the class as ComputeAverageProgram.



Enter 5 grades separated by new line:<br>90<br>83<br>87<br>98<br>93<br>The average is 90.2 and round off to 90<br>Press any key to exit...<br>

Extracted text: Enter 5 grades separated by new line: 90 83 87 98 93 The average is 90.2 and round off to 90 Press any key to exit...

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here