Control Statements

A control statement is a statement that determines whether other statements will be executed or not. It determines the flow of a program. It allows us to make decisions, perform a task repeatedly, or jump from one section of code to another.

In this section of our training, we will be covering the following topics :

  • If else & switch statements
  • Loops
  • Break & Continue Keywords