Computer Science, asked by anitasahu0987100, 24 days ago


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 sitag524
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 mauryanitoo84
0

Answer:

b) option is correct

Means ELSE

Explanation:

for explanation see the image

Hope it will help you

Attachments:
Similar questions