- 6.0 For Loops
- Examples Loops: https://github.com/shiffman/LearningProcessing/tree/master/chp06_loop
- Related Reading Chapter 6 from Learning Processing.
- 7.0: Intro to Functions and Objects
- 7.1: Function Basics
- 7.2 Modularity with Functions
- 7.3 Reusability with Functions
- Examples: Functions : https://github.com/shiffman/LearningProcessing/tree/master/chp07_functions
- 8.0 What is Object-Oriented Programming?
- 8.1 The Syntax of Objects
- 8.2 The Syntax of Classes
- 8.3 Constructor Arguments
- Examples: Objects https://github.com/shiffman/LearningProcessing/tree/master/chp08_objects
- Related Reading Chapters 7-8 from Learning Processing.
- 9.0 What is an Array?
- 9.1 Declare, Initialize, Use Arrays
- 9.2 Arrays of Objects
- 9.3 Iterating over an Array
- 9.4 Resizable Arrays
- Exampless: Arrays: https://github.com/shiffman/LearningProcessing/tree/master/chp09_arrays
- Related Reading Chapters 6 and 9, from Learning Processing, Chapter 23 for ArrayLists.