Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Java Basics – Part 2: Control Flow and Loops
Java Basics – Part 2 1 if / else Statements Conditions must be inside parentheses ( ). You can also use the ternary operator: 2 for Loop Floating-point or countdown loops: Infinite loop (use break to exit): 3 while Loop…


