Write the input validation condition and contents of the loop for the following problem. Problem: Design a program that
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write the input validation condition and contents of the loop for the following problem. Problem: Design a program that
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