| 2.1 bool data types Like |
| 2.2 Selection with if/else Like |
| 2.3 Another if/else Like |
| 2.4 Logical operators, nested ifs, and if/else if Like |
| 2.5 The switch statement Like |
| 3.1 A simple loop Like |
| 3.2 A less simple loop Like |
| 3.3 Summing in a loop Like |
| 3.4 Nested loop Like |
| 3.5 for loop Like |
| 3.6 Capitalizing a sentence with a for Like |
| 3.7 break and continue Like |
| 4.1 A simple array Like |
| 4.2 Average and standard deviation with an array Like |
| 4.3 Some problems with plain old arrays Like |
| 4.4 Two dimensional arrays Like |
| 4.5 More than two dimensional arrays Like |
| 7.1 Simple structs Like |
| 7.2 Hierarchical structs Like |
| 7.3 Vectors as members of structs Like |
| 7.4 Vectors of objects with structs Like |
| 7.5 Integral calculus with structs Like |