calculator.md

February 27, 2022 ยท View on GitHub

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