- Write java program that read an integer from the user. The integer should be in range (10-50) When the user enter wrong number you must display error message and ask user to enter number again
When the user enter number in the range from(10 -50) the program display welcome message and terminate.
(you should submit screen for the program and the output)