State the difference between nested else if & else if ladder.
please give the answer in tabular form
# as soon as possible
Answers
Answered by
0
Explanation:
When more then one condition needs to be true and one of the condition is the sub-condition of parent condition, nested if can be used. Switch statement is an alternative to long if-else-if ladders. The expression is checked for different cases and the one match is executed.
Similar questions