Hey everyone,
I was curous, without using library functions, how I could go about figuring out how many digits are in a number. I'm doing this to test some user input and print in error message if they enter any number that doesn't have 4 digits. Any suggestions? Thanks a lot!



LinkBack URL
About LinkBacks



-- but not that hard without), and then simply count the number of characters in the string.
Ah well, another day.