The issue comes when you type more than 1 character, if you type for expample 15 It first reads the 1 and forgets about the 5, but if you type 23, it automatically runs the program again with the answer being 2 and then 3. How can i make the program to only read the first number, and only the first number?