Write a program that will help a student practice basic


Java Assignment

INSTRUCTIONS

Write a program that will help a student practice basic math (addition, subtraction, multiplication, and division). Display a menu the student can select from. The student will make a selection and will have the option to continue with that type of math problem. When the student is done with that type of math problem the main menu will be displayed and allow the student to select another type of problem. When the student exits the program their results will be displayed (ex. Addition: 3 correct 2 incorrect)

REQUIREMENTS :

Pseudocode design

Properly named fields and methods

Ifs, loops, switchs (basic error checks)

Randomize numbers

REQUIREMENTS :

Pseudocode design

Properly named fields and methods

Ifs, loops, switchs (basic error checks)

Randomize numbers

Randomize 0-10 for numbers in the math problems.

Use fields to track the correct and incorrect counts.

Break everything down to smaller simpler methods and code

Try not to over complicate.

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a program that will help a student practice basic
Reference No:- TGS01667220

Now Priced at $40 (50% Discount)

Recommended (98%)

Rated (4.3/5)