#2.Check if a number is divisible by 7. ##num=int(input("enter the num:")) ##if num%7==0: ## print("num is divisible by 7") #3.Display a message if temperature ...
Prompts the user for a positive integer input (<100) and validates it. The function will continue to prompt the user until a valid input is received.