Iteration Quiz (Group A)

Write a program to check if a number is between 5 and 25. If it is not in the range, the program must ask the user to enter it again. If it is in the range, the following message should be printed as an output:

The number you entered is in the range.

Scroll to Top