Computer Science Canada How to rerun the program? |
Author: | jasonlin6868 [ Sun May 25, 2008 7:21 pm ] |
Post subject: | How to rerun the program? |
I have another question about how to rerun the program |
Author: | gitoxa [ Sun May 25, 2008 7:39 pm ] |
Post subject: | RE:How to rerun the program? |
Stick the entire program (Minus the variable declarations) and put it into a loop. That being said, any initializations done need to be in the loop as well. |
Author: | syntax_error [ Sun May 25, 2008 10:06 pm ] | ||
Post subject: | Re: How to rerun the program? | ||
|
Author: | Saad [ Mon May 26, 2008 6:22 am ] | ||||
Post subject: | Re: How to rerun the program? | ||||
syntax_error @ Sun May 25, 2008 10:06 pm wrote:
How is that helpful? I mean A) It doesn't run B) Theres no way to follow what your doing To the Original Poster Loop the program and exit if you don't want to continue Example
|