Simple Calculator
This repository contains a basic implementation of a calculator written in Python. It provides functionality for performing basic arithmetic operations such as addition, subtraction, multiplication, and division.
Features: Addition Subtraction Multiplication Division
Getting Started:
Clone this repository to your local machine using git clone https://codersaradhi.github.io/SimpleCalculator/ Navigate to the project directory: cd simplecalculator Run the calculator script: calculator.js
Usage:
Upon running the script, you will be prompted to enter the first number. Enter the first number and press enter. You will then be prompted to enter the operation (+, -, *, /). Enter the operation and press enter. Finally, you will be prompted to enter the second number. Enter the second number and press enter. The result of the operation will be displayed.
Example:
mathematicas Copy code Enter the first number: 10 Enter the operation (+, -, *, /): + Enter the second number: 5 Result: 15
Contributions: Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to open an issue or create a pull request.
Acknowledgements: This calculator was created as a simple educational project. Special thanks to all contributors who helped improve this project.