Practical Coding in Java

Learn to write and validate your own code

Darren Kessner, PhD

(revised September 1, 2025)

Previous: Resources

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).


Next: