๐ฑ Basic Calculator
This calculator supports basic arithmetic operations and includes several utility functions.
๐ฅ๏ธ Displayโ
- Top display screen shows the current input or result.
- Starts with 0 and updates as you enter numbers and operations.
๐งฎ Button Functionsโ
๐ Top Rowโ
| Button | Function |
|---|---|
| AC | Clears all input and resets the calculator to 0 |
| ยฑ | Toggles the sign of the current number (positive/negative) |
| % | Converts the current number to a percentage (divides by 100) |
| รท | Division operation |
๐ข Number Buttons (0โ9)โ
- Used to input numeric values.
โ๏ธ โ โ Arithmetic Operationsโ
| Button | Function |
|---|---|
| ร | Multiplication |
| โ | Subtraction |
| + | Addition |
โฌ๏ธ Bottom Rowโ
| Button | Function |
|---|---|
| 0 | Input the number 0 |
| . | Adds a decimal point to input a floating-point number |
| = | Calculates the result based on entered expression |
๐ Example Usageโ
-
Addition: Tap
2, then+, then3, then=โ Display shows 5 -
Percentage: Tap
50, then%โ Display shows 0.5 -
Change Sign: Tap
9, thenยฑโ Display shows -9 -
Clear All: Tap
ACโ Display resets to 0
๐ Notesโ
- Only one operation can be performed at a time (e.g., no parentheses or order of operations).
- Decimal calculations are supported.
- The calculator operates immediately when
=is pressed.