In this lecture, you will explore the
for loop in Java: its syntax and three components, comparison with
while, practical examples (counters, countdown, step ≠ 1, multiple variables, “infinite”
for) and tips for use. After the lesson, you will confidently choose and write loops in real code.