Programming
Author |
Message |
nin
|
Posted: Sat Jan 13, 2007 8:36 pm Post subject: Programming |
|
|
can someone help me do a program. i have to make a game that will ask the user 5 multiple choice and 5 answerable questions. The multiple choice should display 4 possible answers. At the end it should show the total score in percentage form. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
CodeMonkey2000
|
Posted: Sat Jan 13, 2007 8:47 pm Post subject: RE:Programming |
|
|
sorry we cant make programs for you. we can however help you if you ask nicely. |
|
|
|
|
|
ericfourfour
|
Posted: Sat Jan 13, 2007 9:03 pm Post subject: RE:Programming |
|
|
Make a function that takes in five parameters, the question, and the four answers. Have it return boolean (true correct, false incorrect). Then simply reuse it.
If you want anymore help you are going to have to post some code. |
|
|
|
|
|
|
|