Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 381 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 381 Bytes

Calculator_using_Java

Simple calculator for basic math operation developed using Java, AWT, Swing.

Main_Calculator.java is the file containing main method.

Calculator.java has all the logic for calculator that uses AWT and Swing for the implementation.

My_Calculator.jar is the executable file, you can use it without any instruction as it is simple calculator.