Table of Contents
- Chapter 1: The Java Programming Language
- Chapter 2: Set up Java and IntelliJ IDEA
- Chapter 3: Creating and Exploring a Java Project
- Chapter 4: Hello, World!
- Chapter 5: Variables and Data Types
- Chapter 6: User Input
- Chapter 7: if-then Statements
- Chapter 8: Loops
- Chapter 9: Arrays and ArrayLists
- Chapter 10: Methods
- Chapter 11: Object-Oriented Programming (OOP)
- TBD