Skip to content

M1SC0/simple-java-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Java Calculator 🔢

A simple calculator developed in Java, the first of many personal Java projects.
This project was built as a learning exercise to understand Java GUI, event handling, and testing with JUnit.

Features

  • Basic Math Operations: Addition, subtraction, multiplication, division
  • Square Root Calculation
  • Chain Operations: Use the result of the last calculation as the first input for the next
  • Error Handling: Gracefully handles division by zero with GUI-friendly feedback

Dependencies

Credits

Thanks to Tap Tap for the inspiration to build this project.

Packages

 
 
 

Contributors

Languages