are nested whiles possible?

hello all, quick question. i'm writting a program where you have to input a whole mess of numbers, then add/subtract them to get to the right output. I think I have the math figured out, but I was wondering if I could put a while loop in a while loop.
closed account (zb0S216C)
Yes, you can. They are called Nested Loops.

Wazzak
Have you tried it out yet? I'll spoil it for you and say, yes you can. It may not be necessary to do so, however. Would be happy to help if you needed a second opinion on how to set it up.

EDIT: Framework beat me
Last edited on
awesome thanks. if I start having trouble with this program, i'll make sure to post here.

there is another question, if I remember correctly "/t" tabs the output. is there a way to get the output to go to another line?
\t : tab
\n : new line
Topic archived. No new replies allowed.