Control statements enable us to specify the flow of program control; ie, the order in which the instructions in a program must be executed. They make it possible to make decisions, to perform tasks repeatedly or to jump from one section of code to another. There are two types of control statements:
There are four types of if statement are used they are given below.
There are two types of jump statement they are given below.