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.
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...
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here