What are the Different Types of control structures?
Answers
Answered by
2
Answer:
There are three kinds of control structures:
Conditional Branches, which we use for choosing between two or more paths. There are three types in Java: if/else/else if, ternary operator and switch. Loops that are used to iterate through multiple values/objects and repeatedly run specific code blocks.
Answered by
1
Answer:
Yes we can be frnds. ......
Similar questions