Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.16 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.16 KB

Simple calculator

A simple calculator made with C# and Windows Forms.

See also Classic calculator.

Screenshots

image image

Error checking

Example Description
image If one of the fields is empty
image If an invalid operator is entered
image If try to divide by zero