Question: 1. Prompt the user to enter a number between 5 and 40 inclusive and print the entered number on the screen. If the number


1. Prompt the user to enter a number between 5 and 40 inclusive and print the entered number on the screen. If the number is outside the above range, print "out of range". Assumption: User will not enter any non-integer data. 2. Using For loop find the max and min numbers from 5 entered numbers. D numbers. Hint. Int min, number, I, max; System.out.print ("Enter integerl:") Number=input.nextInt(); Min=number; Max-number; Use For loop T
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
