Computer Science Canada Program: Chose where to start executing |
Author: | TheBoyWhoTried [ Mon Jan 18, 2016 9:47 am ] | ||
Post subject: | Program: Chose where to start executing | ||
What is it you are trying to achieve? <Replace all the <> with your answers/code and remove the <>> What is the problem you are having? <Hey so my situation is i'm making a mock game and i was wondering that when the user fails and it's time for them to "TRY AGAIN" how do I go about making the program execute again from a certain point?> Describe what you have tried to solve this problem <I've tried essentially using if statements to work my way around to no avail> Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) <Answer Here>
Please specify what version of Turing you are using <Answer Here> |
Author: | Insectoid [ Mon Jan 18, 2016 12:54 pm ] |
Post subject: | RE:Program: Chose where to start executing |
You might be looking for loops. They can do exactly what you need. |