_____ statement helps to control the flow of the program
Answers
Answered by
16
Answer:
A control statement in java is a statement that determines whether the other statements will be executed or not. It controls the flow of a program. An 'if' statement in java determines the sequence of execution between a set of two statements.
Explanation:
hope it helps
Answered by
0
Control flow statements help to control the flow of the program.
- The Control flow statements are statements that take decisions of paths to follow if 2 or more paths are there. They use a set of instructions provided by the user to make decisions.
- It breaks up the flow of execution and employs decision making, looping, branching, and executing conditional statements.
- There are three types of control flow statements that are Decision Making statements, Loop statements, and Jump statements.
Similar questions