Possible infinite loop?It's been a while for C++ and coding but... Remove the semicolon after your while condition?
interactive while loopsThat's because your code tells it to do that! I'm confused. Can you please tell me what "balance" ...
interactive while loopsI see what it is now. Change "count = 3" to "count = 0" and the while loop in my previous post. Hel...
interactive while loopsBecause as soon as your loop runs, balance is no longer less than or equal to count. [code]while (b...
Error with code (working with text files)Well, that totally fixed my problem with having extra lines inputted and not all of the text being i...
This user does not accept Private Messages