Hi, I'm having a couple problems writing this little bit of validation code. I basically want to validate whether it is an int value or a specific character that is being passed through.
The problem is that after I enter valid integer input, a blank line is being printed afterwards and I have to enter another value before it will go on in the loop, can anyone tell me what it is that I'm doing wrong in my code, any help would be appreciated.
Oh, after looking at what you said again about requesting 2 numbers... I realized the else statement also requests new input as well... I made another change and now it's running smoothly again, thank you very much for the insight!
It's simple mistakes like these that I make all the time.