Skip to content

A simple C# console application that performs basic arithmetic calculations, including addition, subtraction, multiplication, and division. Users can input two numbers and select an operation to get the result instantly.

Notifications You must be signed in to change notification settings

Mohamedizeldeen/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a simple calculator application written in C#. It provides basic arithmetic operations such as addition, subtraction, multiplication, and division.

Features

  • Addition
  • Subtraction
  • Multiplication
  • Division

Requirements

  • .NET Framework 4.7.2 or later

Installation

  1. Clone the repository:
    git clone https://github.com/Mohamedizeldeen/Calculator.git
  2. Open the solution file in Visual Studio.
  3. Build the solution to restore the necessary packages.

Usage

  1. Run the application.
  2. Enter the first number.
  3. Select the operation (addition, subtraction, multiplication, division).
  4. Enter the second number.
  5. Press the = button to see the result.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Contact

If you have any questions, feel free to contact me at eng.mohamed.izeldeen@gmail.com.

About

A simple C# console application that performs basic arithmetic calculations, including addition, subtraction, multiplication, and division. Users can input two numbers and select an operation to get the result instantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages