which statement help to control the flow of a
Answers
Answered by
1
Answer:
Explanation:
The Control Flow Statements are used to control the flow of execution of the program. In Java programming language there are three types of control flow statement available.
Decision making or selection statement (if, if-else, switch)
Looping or Iteration statement (while, for, do-while)
____________________________
☞These are the conditional statements that work on True / false .
the Control flow statement is the type of statement that determines whether other statements will be executed.
it specifies to enable the program control of flow .
Breaking or Jumping statement (break, continue)
Similar questions