DEV Community

AmalaReegan
AmalaReegan

Posted on

Day18; Control flow statement

Control flow statement:

==> Control flow statements are fundamental components of programming languages that allow developers to control the order in which instructions are executed in a program.

==> They enable execution of a block of code multiple times, execute a block of code based on conditions, terminate or skip the execution of certain lines of code, etc.

Types of Control Flow statements:

Image description
Image description

Top comments (0)