Skip to content

amanalis/Calculator_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Arithmetic Calculator

This is an Arithmetic Calculator project coded in Java language using the Apache NetBeans IDE. The calculator features a Graphical User Interface (GUI) built with Java's Swing framework and utilizes file storage for data management.

Features

  1. Arithmetic Calculations: Performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
  2. OOP Concepts: Demonstrates Object-Oriented Programming principles in its design and implementation.

Installation

To run this project on your local machine, follow these steps:

  1. Clone the repository:
git clone https://github.com/your_username/arithmetic-calculator.git
  1. Open in Apache NetBeans IDE:

Open the project in Apache NetBeans IDE.

  1. Compile and Run:

Compile and run the main Java file to start the Arithmetic Calculator GUI.

Usage

  1. Perform Arithmetic Calculations: Use the GUI interface to input numbers and select the desired arithmetic operation (addition, subtraction, multiplication, division).
  2. View Results: The calculator will display the result of the arithmetic operation in real-time.
  3. File Storage: Utilizes file storage for saving user preferences or calculation history (if implemented).

Contributing

Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages