Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 149 Bytes

File metadata and controls

11 lines (10 loc) · 149 Bytes

Calculator Challenge

  1. 1+3 = 4
  2. 5-3 = 2
  3. 15/3 = 5
  4. 2*4 = 8
  5. 1+2+3 = 6
  6. 4+2*3 = 10
  7. (5+4)*2 = 18
  8. 3*(5*(2-1)) = 15
  9. -3 + (6 / 2) = 0