Computer Science, asked by singhjaskaran79451, 1 month ago

which statements are optional in an lf .... then statements​

Answers

Answered by shm0618007jasleen
1

Answer:

The ElseIf and Else clauses are both optional. You can have as many ElseIf clauses as you want in an If ... Then ... Else statement, but no ElseIf clause can appear after an Else clause.

Similar questions