Introduction to Control Flow

In any programming language, the statements are usually executed line by line in sequence (top to bottom). But in real-world problems, we often need to make decisions, repeat actions, or jump to another part of the program.