write an input statement validation loop that prompts the user to enter a number less than 20 or greater than 75? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

write an input statement validation loop that prompts the user to enter a number less than 20 or greater than 75?

28th Sep 2016, 11:59 AM
Nhyn Ojastro
Nhyn Ojastro - avatar
3 Answers
+ 2
use a while loop to check against all the numbers that shouldnt be entered. hint: loop while num > 20 and num < 75
28th Sep 2016, 2:43 PM
Mythos
0
just finished writing the code
28th Sep 2016, 9:30 PM
jerry
jerry - avatar
0
write an input statement validation loop that prompts the user to enter a number less than 20 or greater than 75
24th Apr 2017, 10:49 AM
aqsa ashiq
aqsa ashiq - avatar