Keywords:
Situation:
You want to keep asking the user for input until it's valid.
Actions:
Use input validation with a flag controlled loop. See the Explanation in this code for an example.
Explanation:
You want to keep asking the user for input until it's valid.
Use input validation with a flag controlled loop. See the Explanation in this code for an example.