___ statement helps to control the flow of a program
Answers
Answered by
1
Answer:
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.Sep 25, 2020
Answered by
4
Answer:
✍✍
Ans:Control statement helps to control the flow of a program.
Similar questions