Computer Science Canada Need help with If statement + loop and strings |
Author: | deathkenny [ Fri Jan 11, 2008 7:44 pm ] |
Post subject: | Need help with If statement + loop and strings |
Need help with If statement + loop and strings at the end the If statement If it is wrong how do you repeat the same level |
Author: | TokenHerbz [ Sun Jan 13, 2008 3:31 pm ] |
Post subject: | RE:Need help with If statement + loop and strings |
recursion is good for things like going back to a stage if you've failed, if you code it right. |
Author: | Tony [ Sun Jan 13, 2008 4:01 pm ] |
Post subject: | RE:Need help with If statement + loop and strings |
well actually it's a stack that's needed, but recursion builds up a stack implicitly. There are simpler implementations though. |