Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 326 Bytes

File metadata and controls

7 lines (6 loc) · 326 Bytes

Calculator-Application

Calculates the result of the chosen math operation using two supplied numbers.

About the app

  • Obtains 2 decimals from the user. Uses decimal datatypes to do math.
  • Obtains one of the following math operations from the user. (Add, Subtract, Multiply or Divide)
  • Prints out the calculated result