Posts

Chapter 04: Loops and Files

Part 04 | October 19, 2025

In this chapter, we extend our programming capabilities with loops, which enable programs to repeat code block execution, and file I/O, which allows programs to store and retrieve data persistently.

Chapter 03: Decisions, Decisions

Part 03 | September 30, 2025

This chapter introduces decision structures, which empower your programs to make choices and follow different paths based on specific conditions. This control over the flow of execution is a fundamental concept in programming.

Chapter 02: Java Foundations

Part 02 | September 16, 2025

In this chapter, we’ll explore into the basic building blocks of Java programs, including how to structure your code, display output, understand different types of data, and perform operations.

Chapter 01: Computer Fun

Part 01 | September 9, 2025

In this chapter, we discuss the essential background knowledge to get us started on our journey to learn programming with Java.