
GirlsCodeIt
Java Class 3: If/Else Statements
Updated: Mar 28, 2021
Students were introduced to decision structures, and learned how to use if, if-else, and else-if statements. They also learned about types of Java operators, in order to compare two items or combine multiple statements. Students started a Magic Eight Ball-like program that gives advice based on an inputted number.