Free Pascal Program Tutorial 10 - Input Validation - Lazarus

Sometimes the user does not enter correct information. The programmer must check to see if the information is correct or not. Loops and conditions will be used in this tutorial to check to see if the user has inputed the correct information into the computer.
Back to Top