About Lesson
Every line in the program has equal priority for its execution. If nothing is specified as constraint all the lines in the program are read and execute top to bottom. This is known as regular or normal flow of program execution. Control statements are used to change the normal flow of program control.
3 types of control statements:
- Selection/decision/branch statements
- Loop/iteration/repetition statements
- Jump statements