mathss / README.md
codeboosterstech's picture
Update README.md via Space Creator Agent
e3dff5b verified
# Simple Calculator
A simple calculator that performs basic arithmetic operations.
## Features
* Add two numbers
* Subtract two numbers
* Multiply two numbers
* Divide two numbers
## Usage
1. Enter the first number in the "Number 1" field.
2. Enter the second number in the "Number 2" field.
3. Select the operation to perform from the "Operation" dropdown menu.
4. Click the "Submit" button to get the result.
## Notes
* Division by zero is not allowed and will result in an error message.
* This calculator only performs basic arithmetic operations and does not support advanced mathematical functions.