Computer Science, asked by sujay64, 1 year ago

... statements control the flow of execution of a program.​

Answers

Answered by vaibhavtandon98
12

Answer:

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)

Breaking or Jumping statement (break, continue)

Explanation:

Answered by sonukatochjmi
4

Answer:

control statments control the flow of execution of a program.

Similar questions