+3 votes
in Class 11 by kratos

What is an ‘if-else-if’ statement?

1 Answer

+6 votes
by kratos
 
Best answer

The ‘if-else if’ statement is an extension of the “if-else” conditional branching statement. When the expression in the “if’ condition is “false” another “if-else” construct is used to *** a set statement based on an expression.

...