Computer Science Canada A quick quiz |
Author: | qmanjr5 [ Mon Nov 30, 2009 7:10 pm ] | ||
Post subject: | A quick quiz | ||
What is it you are trying to achieve? A quiz with a score that will go up or down depending on your correct questions What is the problem you are having? Can't figure out quite how to do this Describe what you have tried to solve this problem I've asked my friends. Post any relevant code (You may choose to attach the file instead of posting the code if it is too long) I've only done a TINY bit, but, here it is.
Please specify what version of Turing you are using 4.1.1 |
Author: | Zren [ Mon Nov 30, 2009 7:39 pm ] | ||
Post subject: | Re: A quick quiz | ||
Well first off. procedures should be declared before their used, and deffinitly not in a loop. Try sorting you code like this:
Honnestly your missing alot of the programming basics. Try running through the first few subjects of the Essentials in the Turing Walkthrough |
Author: | qmanjr5 [ Mon Nov 30, 2009 7:59 pm ] |
Post subject: | RE:A quick quiz |
And I shall. Thank you. ![]() |