State the differences between if-else and if – else if ladder.
Answers
Answered by
1
State the differences between if-else and if – else if ladder.
Answered by
1
Explanation:
In else if ladder, the control goes through the every else if statement until it finds true value of the statement or it comes to the end of the else if ladder. In case of switch case, as per the value of the switch, the control jumps to the corresponding case
Similar questions