Computer Science, asked by blink69, 21 hours ago

Give the Syntax of If ElseIf Ladder.

Answers

Answered by pbristi546
1

Answer:

Syntax: if (condition) statement 1; else if (condition) statement 2; else statement; Working of the if-else-if ladder: Control falls into the if block.

Answered by asmrajeevkr
2

Syntax: if (condition) statement 1; else if (condition) statement 2; . . else statement; Working of the if-else-if ladder: Control falls into the if block.

please mark me brainliest

hi army

Similar questions