Description A control flow is an order in which the piece of program is executed. In control flow we have the following expressions: If expression Else expression Else if expression If Expression: If expression permits to branch your code to any condition. If the condition is true then the program in if block will be […]