Hey Monks,
I wrote a program that asks the user to input a number between 1 and 10. If the user does so, the program will execute and give the results. However, if the user inputs something else, I would like to have my initial question reprinted and the program started again.
What's the easiest way to implement this?