Which Statement is also called ladder-if-else statement
Answers
Answered by
0
Answer:
Nested Else-if statements
This type of structure is known as the else-if ladder. This chain generally looks like a ladder hence it is also called as an else-if ladder. The test-expressions are evaluated from top to bottom. Whenever a true test-expression if found, statement associated with it is executed.
Answered by
1
Answer:
Nested Else-if statements. This type of structure is known as the else-if ladder. This chain generally looks like a ladder hence it is also called as an else-if ladder. The test-expressions are evaluated from top to bottom. Whenever a true test-expression if found, statement associated with it is executed.
Similar questions