Rapid Math

Program Description:

Rapid Math will randomly generate simple math questions. Implement this program in many phases. Save each phase as its own App.

Each Rapid Math APP has the following requirements?

Rapid Math 1

Phase 1 - add single digit integers

Rapid Math 2

Phase 2 - subtract two single digit integers

Rapid Math 3

Phase 3 - combine phase 1 and 2

Rapid Math 4

Phase 4 - multiply

Rapid Math 5

Phase 5 - divide

Rapid Math 6

Phase 6 - multiply and divide

Other variations

allow the user to choose from +- (Phase 3) or /* (Phase 6) or +-*/ randomly (combine Phase 3 and 6 together)