Java

Number between 10 and 20 in Java1 min read

Write a program that asks for a number between 10 and 20 until the answer is appropriate. In case of a response less than 10, the program must indicate to the user that he must enter a larger number and in case answer greater than 20 will indicate that it must enter a smaller number.

I’ll give you the code first, I’ll explain it right after.

 

Leave a Comment