This project is a simple calculator application implemented in Java. It provides basic arithmetic operations as well as scientific functionalities.
Visit this documentation to know of the project structure
To run the calculator application, follow these steps:
-
Make sure you have Java installed on your system.
-
Clone this repository to your local machine or download the project files.
-
Navigate to the project directory in your terminal or command prompt.
-
Compile the Java files using the following command:
cd Calculator/src/javac Main.java -
Run the compiled Java program using the following command:
java Main
The calculator application allows users to perform the following actions:
- Perform basic arithmetic operations such as addition, subtraction, multiplication, and division.
- Perform scientific operations such as trigonometric functions, logarithms, etc.
- Input numeric values using digit buttons.
- Display the input and result on a graphical user interface (GUI) frame.
The following have contributed to this project:
- Louis
- Samuel
- Hassan
Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests via GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.