[Solved] Repeating an Input till it is answered Correct
The computer must repeat the question till it recieves a valid response. It (output) goes like this indefinitely. Reason : The problem is that you are receiving input only once in your code and then entering into loop to check for the age. since age value is not re-assigned after every iteration, if the first … Read more