This repository contains three calculator applications: a simple console-based calculator written in Java and a web-based scientific calculator and web-based basic calculator implemented with HTML, CSS, and JavaScript. Users can perform basic arithmetic and scientific calculations through both interfaces.
- Performs basic arithmetic operations:
- ➕ Addition
- ➖ Subtraction
- ✖️ Multiplication
- ➗ Division
- Loop for continuous calculations until the user decides to exit
- Basic arithmetic operations
- User-friendly interface
- Basic arithmetic operations
- Scientific functions (e.g., sine, cosine, tangent, powers, roots)
- User-friendly interface
- Supports advanced operations like factorial, combinations (nCr), and permutations (nPr)
-
For Java Console Calculator:
- Java Development Kit (JDK) installed (version 8 or higher)
-
For Web-Based Calculator:
- A modern web browser (Chrome, Firefox, Safari, etc.)
- Choose an operation from the menu by entering the corresponding number (1-5).
- If you select an operation, enter the two numbers as prompted.
- View the result, and you will have the option to continue or exit.
- Click the buttons corresponding to the operations you want to perform.
- The results will display in the output field.
- You can continue using the calculator without reloading the page.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to create a pull request.
Giriraj Gurav