Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 222 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 222 Bytes

Calculations

We want to write functions to get the follow results

e.g.

  • six(times(five)) # must return 30
  • one(plus(nine)) # must return 10
  • six(minus(three)) # must return 3
  • eight(divided_by(two)) # must return 4