Initially A=30, B=60
IF A = 40
DISPLAY 'ABC'
ELSE
NEXT SENTENCE
END-IF
MOVE 90 TO B.
DISPLAY B.
DISPLAY 'ABC'
ELSE
NEXT SENTENCE
END-IF
MOVE 90 TO B.
DISPLAY B.
What is the output of the program?
A.
30
B.
60
C.
90
D.
Can’t perform the operation
Coded