Java Project Days 1-3
Day 1: We started say one with the very basics, the print statement, and if, else if, and else statements. We also covered the very basics of Java Syntax. Then we covered basic data types, the int, double, char, boolean, and String. We finished the day with a challenge to create a program that tests if a number is even of odd.
Day 2: We started the day with a simple refresher program that told is if a number was greater than, equal to, or less than 5. Then we covered arrays and array Syntax. Next we cover the basic loops, the while and for loops to be exact. We did a challenge problem to create an array containing the numbers 1, 99 in it using a for loop.
Day 3: We again started the day with a bit of review creating a program that used a for loop to count from 1 to 100. Then we discussed user input and worked with the scanner library. We did a challenge problem to take two numbers that the user entered and add them together. Our final bit or material was to start discussing classes and methods and how they are useful.