If no condition is satisfied, the program control will go to the statement after the part.
a. IF
b. ELSE
c. ENDIF
Flash window
Answers
Answered by
0
Answer:
When executing a block If (2nd syntax), condition is tested. If condition is true, then the statements following Then are executed. If condition is false, then each ElseIf (if any) is evaluated in turn. If a true condition is found, then the statements following the associated Then are executed.
Answered by
0
Answer:
b) option is correct
Means ELSE
Explanation:
for explanation see the image
Hope it will help you
Attachments:
Similar questions