Question: Number.java Program asks the user to input a number between 0-25. Put in code to check if the input number is within the valid range
Number.java
Program asks the user to input a number between 0-25.
Put in code to check if the input number is within the valid range and print * character of the alphabet is *
It will basically print alphabets from A to Z
If the number is 0 then the output is 0 character of the alphabet is A
... so on ...
If the number is 25 then the output is 25 character of the alphabet is Z
If the number is invalid then it should say Outside of acceptable range
Assessment
Enter the following values by running Number.java after your modification and explain the behavior.
1
20
1000
500000000000
-500000000000
12,345
789.543
-0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
