Write the input validation condition and contents of the loop for the following problem. Problem: Design a program that
Posted: Fri May 20, 2022 1:44 pm
question and you want to make sure that only strings "yes" or "No" are accepted as valid input. The While loop should test for invalid input. Input Answer While L Display "please answer yes or no". End While
Write the input validation condition and contents of the loop for the following problem. Problem: Design a program that asks a yes/no