can you help me change this code to accept multiple digit numbers?

...
Last edited on
This code is far too difficult to read.

1. Put your code in tags (see the article "How to use code tags")
http://www.cplusplus.com/articles/jEywvCM9/

2. Tidy up it's formatting (sort out the indenting and lose excess space; i.e. there shouldn't be multiple blank lines.)

Then people might be more inclined to help.

Andy
Last edited on
You can set up a digit counter and if it's greater than 0 then it has multiple digits.
Topic archived. No new replies allowed.