Question: Assignment: In this assignment, you are tasked with creating a basic program that performs input validation using a while loop. Your program will prompt the
Assignment: In this assignment, you are tasked with creating a basic program that performs input validation using a while loop. Your program will prompt the user to enter their age, and the input must meet specific criteria to be considered valid. The program will keep asking the user for input until a valid entry is provided.
Input Validation Requirements:
The input must be a positive integer between and
If the user enters a negative number, the program should inform the user that the age must be positive.
If the user enters a nonnumeric value such as letters or symbols the program should inform the user that the input must be a valid number.
The program should use a while loop to repeatedly ask for input until the user enters a valid age.
Your program should produce an output similar to the following sample run:
Sample Run
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
