This project is a simple scientific calculator built using Java Swing. It provides basic arithmetic operations as well as square root and exponentiation functions.
- Basic arithmetic operations: addition, subtraction, multiplication, and division.
- Square root calculation.
- Exponentiation (power) function.
- Clear (
C
) and clear everything (CE
) functionality.
- Ensure you have Java installed on your machine.
- Compile the Java source file:
javac ScientificCalculator.java
- Run the compiled Java program:
java ScientificCalculator
#Screenshot of output