Computer Science, asked by navjotn406, 10 months ago

what are the various control statements in java​

Answers

Answered by ridhima1440
2

In Java, the control statements are divided into three categories which are selection statements, iteration statements, and jump statements. A program can execute from top to bottom but if we use a control statement. We can set order for executing a program based on values and logic.

Answered by amitaagarwal4827
0

Answer:

a programming language uses control statements to control the flow of execution of program based on certain conditions.

Similar questions