Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 336 Bytes

File metadata and controls

12 lines (7 loc) · 336 Bytes

DawsonB-Calculator

A simple calculator, by COSC499 group Dawson B

Allows the user to enter a simple, one-operation equation (eg, 6.4*35, -34+67) and prints the result.

  • Add (+): Adds the two numbers

  • Subtract(-): Subtracts the two numbers

  • Multiplication (*): Multiplies the two numbers

  • Division (/): Divides the two numbers