Explain Java's conditional branch statement with an example
Answers
Answered by
2
Answer:
Conditional branching is a logical part of the program. Based on the specific condition we can tell to program which way the program should go. The above example shows a simple version of conditional branching in plain language. <it's cold outside> this is a logical condition and it can be true or false.
Similar questions