/JavaCalculator

The team project was to develop a functional calculator in Java. This project demonstrates the power of object-oriented concepts like classes, objects, methods, aggregation, composition, etc. The data structure we used in this project is the stack for the infix and postfix algorithms. We used SWING framework to build the graphical interface. Also, we had to create detailed documentation about the code, the testing and the design of the software.

Primary LanguageJavaMIT LicenseMIT

No issues in this repository yet.