volodymyrkutsenko / betterbrain

1 stars 0 forks source link

Arithmetical Equations Generator #3

Closed volodymyrkutsenko closed 10 years ago

volodymyrkutsenko commented 10 years ago

Generator should generate random equations for trainee to solve. Equations should be in the format argument1 operation argument2 = result

There should be 3 kinds of operations possible in an equation: addition, multiplication and subtraction (no division)

Rules for equations of each type will be described in subissues to this one.