An open API service indexing awesome lists of open source software.

https://github.com/hashedalgorithm/calculator-csharpassignment


https://github.com/hashedalgorithm/calculator-csharpassignment

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Calculator-CSharpAssignment

Simple caculator using C# in WinForms.
It can able to perform:
Addition
Subtraction
Division
Multiplication
Log value of given x
Square root of given x
Square of x
1 Divided by x

CE - Cancel Entry - which delets the values and clear the output area
C - Cancel - values are retained, output area is cleared
Delete - deletes the recent entry by the user

![image](https://user-images.githubusercontent.com/53309069/169283571-05fdddc8-4176-44a1-82c2-cf81b80404c7.png)