Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 347 Bytes

Calculator

About the program

Simple calculator made in C++, with the following capabilities:

  • Addition;
  • Subtaction;
  • Multiplication;
  • Division.

Logs

Version 1.0

  • Added Addition;
  • Added Subtraction;
  • Added Multiplication;
  • Added Division.

NOTE: Version 1.0's code was lost.

Version 1.1

  • Added Exponentiation.