In this tutorial you will learn about validating user input. This allows you to check what the user is inputting to your program and to reject any input which is invalid (ie not allowed eg text when you want numbers, or text that is too short or too long)