Explain the topic 'Conditional branching in java'.
Answers
Answered by
0
Java, like all other programming languages, is equipped with specific statements that allow us to check a condition and execute certain parts of code depending on whether the condition is true or false. Such statements are called conditional, and are a form of composite statement.
Similar questions