Computer Science, asked by isha83390, 8 hours ago

If else & Switch
based java proglamming​

Answers

Answered by rajeshwar003
0

In the case of 'if-else' statement, either the 'if' block or the 'else' block will be executed based on the condition. In the case of the 'switch' statement, one case after another will be executed until the break keyword is not found, or the default statement is executed

Similar questions