volodymyrkutsenko / betterbrain

1 stars 0 forks source link

Subtraction Equation Generator #5

Closed volodymyrkutsenko closed 10 years ago

volodymyrkutsenko commented 10 years ago

This is a subissue for #3

The equation of the type argument1 - argument2 = result should follow such ruleset:

  1. The first argument should be greater or equal to 0 and less or equal to 18
  2. The second argument should be greater or equal to 0 and less or equal to 9
  3. The result should be always nonnegative
  4. The result should be always less than 10