Computer Science Canada Cannot caluate the total |
Author: | Legionoflight [ Wed Mar 23, 2005 12:33 am ] |
Post subject: | Cannot caluate the total |
I know that I am mising a lot of stuff in this code, but i can't seem to add up the total, When i run the program, and i get one correct (on purpose) it says "Variable has no value" What do i need to put in so that it will add up 13 of these..... (They are all similar, with only the province and the capital different) Thanks |
Author: | zylum [ Wed Mar 23, 2005 1:01 am ] |
Post subject: | |
each question should be in for loop from 0..2. when they guess the correct answer, the total for that question is 3 - i. after finding the value, exit the loop |
Author: | Legionoflight [ Wed Mar 23, 2005 9:41 am ] |
Post subject: | |
Think i got it working..thanks |