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 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
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
Get step-by-step solutions from verified subject matter experts
Document Format (2 attachments)
663db9073c972_963190.pdf
180 KBs PDF File
663db9073c972_963190.docx
120 KBs Word File
