Question
Java: Write a program that prompts the user to enter four integer test scores for each of three students. For each of the students, calculate
Java:
Write a program that prompts the user to enter four integer test scores for each of three students. For each of the students, calculate and display the minimum test score, the maximum test score, the average of the test scores, and a letter grade A, B, C, D, F. Use a method for determining each of the calculations. Letter grades are calculated as follows: A = 90-100, B = 80-89, C = 70-79, D = 65-69, F = 64 or less. For determining letter grades, averages should be rounded to the next highest integer value (e.g., 89.6 is rounded to 90 for assigning a letter grade), but the actual average calculation should be rounded to the tenths position.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started