Skip to content

Simple calculator program written in C#. Allows for addition, subtraction, multiplication, and division.

Notifications You must be signed in to change notification settings

brandontjohnson0/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

After not coding in C# for some time, I did this little project as a way to get back into coding with the C# language. This was following a guide found here: https://www.instructables.com/Creating-a-Calculator-Visual-Studio-C/ This is a very basic calculator that can perform addition, subtraction, multiplication, and division. If attempting to divide by zero, the calculator will display an error. I made this using Windows Forms so that I could create a simple GUI as well for the program.

About

Simple calculator program written in C#. Allows for addition, subtraction, multiplication, and division.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages