Skip to content

Latest commit

 

History

History
37 lines (17 loc) · 982 Bytes

README.md

File metadata and controls

37 lines (17 loc) · 982 Bytes

Calculator

Hey there! I developed this project using C# language to get personal knowledge.

Simple Calculator with the following features:

  • Addition
  • Subtraction
  • Multiplication
  • Division

When you start it opens this window.

Calculator (2)

Choose the math operation and in the left corner will show the numbers you set.

Look:

Calculatorexample2 (2)

In this calculator you can turn off by clicking on "CE" and
you can also delete the numbers from the screen one by one by clicking on "←".

Note: All operations can use decimal numbers.

Calculatorexample3 (2)

This project was developed in C# language.