Computer Science Canada

Programming

Author:  nin [ 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.

Author:  CodeMonkey2000 [ 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.

Author:  ericfourfour [ 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.


: