When i am building programs that require input of integers, i quite often find that if you enter a letter or words while the integer is in a loop, it will screw up, so i was wondering if there was a way for the program to check and see if what the person entered was a string or char instead of numbers.