I know how to check if an input is an integer but not a specific integer. For example for my code I want to check if the input is equal to 1, 2 or 3 and then ask the user to input again if the input isn't equal to 1, 2 or 3.
Help is greatly appreciated :)