Java

Chapter 01: Computer Fun

Part 01 | September 30, 2025

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

Chapter 02: Java Foundations

Part 02 | September 30, 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 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.