Description
I was interested in creating a quick easy to use calculator with JAVA that i could load on my desktop, the purposes of which was to be able to add modular functionality.
so far the calculator takes input allows multiple lines of Plus Minus Multiplication and Dividing. (Basic calculation) my focus was on creating base methods that could be able to expand later. for instance the addition method adds any number of given elements to each other, very simple concept but useful as part of a whole of an equation.
Learning Goals
- Attempt to create an application with easy expand-ability (Future Proofing) from start.
- experience the pitfalls of assumptions in seemingly trivial queries.
Language Used:
Leave a Reply