Computer Science, asked by amanwriter353329, 5 months ago

What are Control statements in Java?Name the different types of control

statements in Java.​

Answers

Answered by itzcancerian4
4

Answer:

What are Control Statements in Java?

Decision Making Statements.

Simple if statement.

if-else statement.

Nested if statement.

Switch statement.

Looping statements.

While.

Do-while

Answered by neetakoundal
0

Answer:

Control Statements in Java is one of the fundamentals required for Java Programming. It allows the smooth flow of a program

Similar questions