Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a java program use array. Write a program called TopScoreYourName.java. The program should prompt the user to enter 10 scores. It should then calculate
write a java program use array. Write a program called TopScoreYourName.java. The program should prompt the user to enter 10 scores. It should then calculate the top and average scores. It will finally print the top score, the average score and the difference between the top score and the average.[ Enter 10 score of ITEC class students: 100 95 82 50 77 87 45 80 75 99 100, highest score =100.00,average =79.00, difference =21.00]
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