Creating a Math Program to practice Math Skills
Ask the user what type of math problem they would like (addition, subtraction, multiplication, division, modulas)
Ask the user the minimum number for the random number to be used in the equation
Ask the user the maximum number for the random number to be used in the equation
Use a switch statement to display a two number equation determined by the operation chosen by the user.
Tell the user if they are correct or incorrect
Example of how the program should run (yours does not need to be exact. Add more if you would like.)