Quick question. My problem is that when someone enters an integer or non valid char, the error statement "Invalid entry please try again" is printed and goes through the loop asking the user if they want to keep a log. But when someone enters 2 integers for example, the error statement is printed 2 times before asking the user if they want to keep log. If the user enters 3 integers (234), the error statement is printed 3 times, and so on and so on. How can i fix this problem?