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