Create a mathematics game for children.Allow user to choose different mode of the game.
-PracticeMode(Answer will be given after the user answer the question)
-ScoringMode(10 questions in a game, answer will not be given after the user answer the questions, it will show the scoring of user at the end of the game.)
-AnswerMode(User give the question and answer, program will display the answer to user)
DifficultyLevel:
-Easy(add(+), subtract(–))
-Medium(add(+), subtract(-), multiple(X))
-Hard(add(+), subtract(-), multiple(X), division(/))
Guideline:
-All questions consist of TWO numbers and an operator (+, -, X, /), which are RANDOM. (Example: 20+4 / 10x6)
-Add and Subtract questions, both of the numbers in the questions not more than 100.
-Multiple, both of the numbers of the question not more than 12.
-Division, the first number should not more than 100, and the second number of the question not more than 10.
Interface allow choosing of modes(main frame), and create different frames for each of the mode.
Comments
Leave a comment