> Also, you never break out of your deepest loop, why are you using two
> nested infinite-loops anyway?
>
> Regards,
> Brett Hoerner
Umm ..because I'm new to programming? Actually, they do end. If I
move my "guess" variable outside the outermost loop, then it becomes
infinte. I know, I trie
but I've been struggling with this for far too long and I'm about to
start beating my head against the wall.
My assignment seemed simple: create a program that will cacluate the
running total of user inputs until it hits 100. At 100 it should stop.
That's not the problem, in fact, that part work