Computer Science Canada score counting, hrlp plz |
Author: | CHUTHAN20 [ Fri May 28, 2004 8:21 pm ] | ||
Post subject: | score counting, hrlp plz | ||
I want like, at the end, there is total 13 so like you got "13 out of 13". |
Author: | guruguru [ Fri May 28, 2004 9:42 pm ] | ||
Post subject: | |||
If you get an answer right, your count will go up one. Like the code you have, add in count += 1 when they get the right answer. As well, you'll want to check for lower case answers for those lazy people :p.
|