Write a java program that asks the user to enter their test scores, allow them to enter as many test scores as they want

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
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

Post by answerhappygod »

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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply