Write a java program that asks the user to enter their test scores, allow them to enter as many test scores as they want
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a java program that asks the user to enter their test scores, allow them to enter as many test scores as they want
Write a java program that asks the user to enter their testscores, allow them to enter as many test scores as they want. Keeptrack of their lowest test score, and the total score of all testsAfter all the tests have been entered, subtract the lowest scorefrom the total score and display the average test score ( dividethe total score by the number of test scores entered minus 1 forthe lowest being removed ) excluding the lowest.