statement is used to alter the sequence execution of program
Answers
Answered by
1
Answer:
Hence, to write programs of greater complexity, which can take decisions based on user input or values of variables, we need a decision making mechanism which can alter the sequential order of execution of statements. The order of execution of statements in a program is called Control Flow (or flow of control).
Similar questions