Question: Write a program that continuously prompts the user to enter an integer, or any character to quit. (Example: Please enter an integer, press 'Q' to

Write a program that continuously prompts the user to enter an integer, or any character to quit. (Example: "Please enter an integer, press 'Q' to quit") The program will loop continuously, until anything other than an integer is entered by the user. The program should determine the maximum and minimum values entered by the user. After the user enters something other than an integer, display the minimum and maximum values to the user. For part marks (5), assume that the user enter exactly 5 numbers. import java .util. Scanner; public class question13 {public static void main (String [] args) {Scanner keyb = new Scanner (System. in)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
