Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 318 Bytes

calculator.md

File metadata and controls

9 lines (7 loc) · 318 Bytes

Calculator

Objectives

Write four functions:

  1. Adds the first number to the second one and returns the result
  2. Subtracts the second number from the first number and returns the result
  3. Multiplies first number by the second number
  4. Divides first number by the second number and returns the result