0. Hello, world!
This zeroth chapter is a quick overview of Java syntax, including
declaring variables, loops (for
), and conditions
(if
).
One of your main goals this chapter is to write a FizzBuzz program (see Coding Exercises).
Learn to write and validate your own code
(revised September 1, 2025)