File size: 607 Bytes
e3dff5b
 
657e157
e3dff5b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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.