Question: Write a program that prompts the user to enter a series of integer numbers terminated by the word 'stop'. Display the highest and lowest entered

Write a program that prompts the user to enter a series of integer numbers terminated by the word 'stop'. Display the highest and lowest entered score. Sample program output:

2. Write a program that prompts the user to enter a series

2. Write a program that prompts the user to enter a series of integer numbers terminated by the word 'stop'. Display the highest and lowest entered score. Sample program output: Enter score: 34 Enter score: 51 Enter score: 40 Enter score: stop Highest - 51 Lowest - 34

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

Heres the Java program that prompts the user for integer scoresfinds the highest and lowestand displays the results Java import javautilScanner public class HighestLowestScore public static void mainS... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Document Format (2 attachments)

PDF file Icon

663db9073c972_963190.pdf

180 KBs PDF File

Word file Icon

663db9073c972_963190.docx

120 KBs Word File

Students Have Also Explored These Related Operating System Questions!