Computer Science, asked by dilutanalur4, 7 hours ago

statement is used to alter the sequence execution of program

Answers

Answered by deepikajlmhjkknacin
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