Question: 1 . ( 5 pts ) A user interface with options similar to the following: a . Learn about how to use the program b
pts A user interface with options similar to the following:
a Learn about how to use the program
b Enter your initials individual characters...
c Difficulty selection
d Start a new sequence of problems
e Save and Quit
pts ptlevel Generate mathematical problems based on the difficulty
level selected. You must implement the following five levels of difficulty:
a Level Easy: Includes addition and subtraction problems, with positive
single digit operands and up to three terms only ie d d d
b Level Fair: Includes multiplication problems, with positive single digit
operands and up to two terms only ie d x d
c Level Intermediate: Includes division problems, with positive single digit
operands and up to two terms only ie d d;
Note: results should be shown in the form Num R Remainder, ie
if the problem is then the answer should be provided as R
d Level Hard: Includes a mix of addition, subtraction, multiplication, and
division problems, with positive and negative single digit operands
and up to three terms only ie dd d; Hint: you may
have to first find a common denominator.
e Level Impossible: Includes a mix of addition, subtraction,
multiplication, and division problems, with positive and negative
two and three digit operands and up to four terms only ie dd
ddd x ddd dd;
Hint: you may have to first find a common denominator.
pts Allow the user to enter an answer corresponding to a generated math
problem
pts Evaluate the answer provided by the user. The user gets a certain
number of points for correct answers
and loses points for incorrect answers. The number of points should
directly relate to the difficulty of the problem.
pts Each level must generate a sequence of ten problems
pts Within each level, problems should become a little more difficult as the
user enters correct answers
pts Once the user quits the program, output the user's initials and total
score to a file
Your program must implement error checking where appropriate. It also must use
strings, pointers, and output parameters where appropriate.
BONUS Opportunities:
Implement a "load previous progress" feature up to pts
Implement a "help" feature, which illustrates stepbystep how to solve various
addition, subtraction, multiplication, and division problems up to pts
Others? up to pts pts A user interface with options similar to the following: a Learn about how to use the program
b Enter your initials individual characters...
c Difficulty selection
d Start a new sequence of problems
e Save and Quit
pts mathrmptlevel Generate mathematical problems based on the difficulty level selected. You must implement the following five levels of difficulty:
a Level Easy: Includes addition and subtraction problems, with positive single digit operands and up to three terms only ie d d d
b Level Fair: Includes multiplication problems, with positive single digit operands and up to two terms only iemathrmdtimes mathrmd
c Level Intermediate: Includes division problems, with positive single digit operands and up to two terms only ie d d;
Note: results should be shown in the form Num R Remainder, ie if the problem is then the answer should be provided as R
d Level Hard: Includes a mix of addition, subtraction, multiplication, and division problems, with positive and negative single digit operands and up to three terms only ie dd d; Hint: you may have to first find a common denominator.
e Level Impossible: Includes a mix of addition, subtraction, multiplication, and division problems, with positive and negative two and three digit operands and up to four terms only ie ddddd x ddd dd; Hint: you may have to first find a common denominator.
pts Allow the user to enter an answer corresponding to a generated math problem
pts Evaluate the answer provided by the user. The user gets a certain number of points for correct answers
and loses points for incorrect answers. The number of points should directly relate to the difficulty of the problem.
pts Each level must generate a sequence of ten problems
pts Within each level, problems should become a little more difficult as the user enters correct answers
pts Once the user quits the program, output the user's initials and total score to a file
Your program must implement error checking where appropriate. It also must use strings, pointers, and output parameters where appropriate.
BONUS Opportunities:
Implement a "load previous progress" feature up to pts
Implement a "help" feature, which illustrates stepbystep how to solve various addition, subtraction, multiplication, and division problems up to pts
Others? up to pts
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
