Place for items for my lab project This project deals with using java code to make a comprehensive calculator
- Phase 1: First Steps -The first step of my calculator project. -Java code that allows user input for addition and subtraction.
- Phase 2: Software Design and Control Statements
- Java code for a basic menu and mathematical functions (addition, subtraction, multiplication, and division)
- Phase 3: Arrays and Lists
- Java code that builds on previous phases, which allows the user to modify store for one(list) or many(array) values.
- Phase 4: Exception Handling
- Java code making sure that if the second value entered is a zero that it will be thrown out and prompt the user for a new number.
- I also move the code from the single value menu functions to it own method and i also did it for the multiple value menu function.
- Final Phase: Application Delivery
- The final phase of my java project. It is all the previous parts put together.
- Java arrays, list, classes(public and static), exception handling for when errors arise(either user of code errors)
- Java: It is similar to C++ offering some similarity but it bring its own challenges with it.