What are Control statements in Java?Name the different types of control
statements in Java.
Answers
Answered by
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
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