Skip to content

Built a Java-based calculator application with basic arithmetic operations. Implemented memory functionality and error handling for enhanced user experience. Future plans include integrating scientific calculator features.

Notifications You must be signed in to change notification settings

Aditya1137/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Java Calculator 🧮

Welcome to the Java Calculator repository! This project provides a simple yet powerful calculator implementation in Java, allowing users to perform basic arithmetic operations with ease.

Features 🌟 User-Friendly Interface: 🖥️ Enjoy a clean and intuitive user interface for seamless calculation. Basic Arithmetic Operations: ➕ ➖ ✖️ ➗ Perform addition, subtraction, multiplication, and division operations effortlessly. Memory Functionality: 🧠 Store and recall previous results for continued calculations. Clear and Reset Options: 🔄 Clear the input field or reset the calculator to its initial state as needed. Error Handling: ⚠️ Handle invalid inputs and display informative error messages to the user. How to Use 🚀 Clone the Repository: 🛠️ Clone the repository to your local machine.

git clone https://github.com/Aditya1137/Calculator.git

Compile and Run: 🚀 Compile the Java files and run the calculator.

javac Calculator.java java Calculator Perform Calculations: 🧮 Enter your desired arithmetic expression and press Enter to see the result. Use the memory functionality to store and recall results for complex calculations.

Screenshots 📸

Screenshot 2024-03-06 222735

Future Enhancements 🚀 Scientific Calculator Features: 🧪 Implement advanced mathematical functions such as trigonometric, logarithmic, and exponential functions. Graphical User Interface (GUI): 🖼️ Create a graphical interface with buttons for improved usability and aesthetics. Unit Conversion: 📏 Add functionality for converting between different units of measurement, such as length, weight, and volume. Contributing 🤝 Contributions are welcome! If you have any ideas for improvements or new features, feel free to open an issue or submit a pull request. Let's collaborate to make this calculator even better!

License 📝 This project is licensed under the MIT License. See the LICENSE file for details.

About

Built a Java-based calculator application with basic arithmetic operations. Implemented memory functionality and error handling for enhanced user experience. Future plans include integrating scientific calculator features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages