Ch. 5.3: Using the while Loop for Input Validation Flashcards
1
Q
What is input validation?
A
The process of inspecting data given to a program by the user and determining if it is valid.
2
Q
What is a priming read?
A
It provides the first value for the loop to test.