Loops: While and ForCovers while and for loops, including infinite loops, continue, pass, and break statements, with examples and exercises.
Lambda Functions in JavaExplores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Introduction to Vector in C++Introduces the fundamentals of vectors in C++, covering initialization, direct access, range-for loop, and specific functions.
Loop Semantics ExampleExplores loop semantics, demonstrating how to systematically compute the meaning of a while loop.