Page 1 of 1

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
by answerhappygod
Write The Input Validation Condition And Contents Of The Loop For The Following Problem Problem Design A Program That 1
Write The Input Validation Condition And Contents Of The Loop For The Following Problem Problem Design A Program That 1 (29.35 KiB) Viewed 25 times
Write the input validation condition and contents of the loop for the following problem. Problem: Design a program that asks a yes/no 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