Project 2
Simple Calculator
Key Features:
- A display screen to show user inputs and results.
- A box layout for buttons (digits, operators, and functions).
- Functional buttons:
- Numbers (0-9) and decimal (.) for input.
- Operators (+, -, *, /) for arithmetic operations.
- "Clear" button to reset the display.
- "Delete" button to remove the last entered digit.
- "=" button to compute and display the result.
- JavaScript functions to handle input, calculation, and error handling.