Computer Science, asked by atharvashende989, 5 months ago

What is the syntax of ELSEIF with IF-THEN statement?

Answers

Answered by Anonymous
2

Answer:

When an If ... Then ... Else statement is encountered, condition is tested. If condition is True , the statements following Then are executed. If condition is False , each ElseIf statement (if there are any) is evaluated in order.

Explanation:

Answered by devilhere77
1

Answer:

Mark above answer as brainlist answer

.....

Similar questions