
-----------------------------------
Legionoflight
Wed Mar 23, 2005 12:33 am

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

-----------------------------------
zylum
Wed Mar 23, 2005 1:01 am


-----------------------------------
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

-----------------------------------
Legionoflight
Wed Mar 23, 2005 9:41 am


-----------------------------------
Think i got it working..thanks
