Computer Science, asked by jsg43237, 2 months ago

Which Statement is also called ladder-if-else statement​

Answers

Answered by SDikshitha
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 ramprit99730
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