Skip to content

Releases: TechGBP/SDC230-Lab

Final Phase

Choose a tag to compare

@TechGBP TechGBP released this 05 Apr 03:50
65b5baa

The final phase of my java project. It is all the previous parts put together.

Phase#4

Choose a tag to compare

@TechGBP TechGBP released this 05 Apr 02:55
2f59090

Exception Handling
Java code making sure that if the second value entered is a zero that it will be thrown out and promt 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.

Phase#3

Choose a tag to compare

@TechGBP TechGBP released this 05 Apr 01:51
2f59090

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#2

Choose a tag to compare

@TechGBP TechGBP released this 05 Apr 01:43
2f59090

Software Design and Control Statements
Java code for a basic menu and mathematical functions (addition, subtraction, multiplication, and division)

Phase #1

Choose a tag to compare

@TechGBP TechGBP released this 05 Apr 01:36
2f59090

The first step of my calculator project.
Java code that allows user input for addition and subtraction.