![]()
✪ Choose the correct option.
Given the following code, which is true:
IF A > B THEN C = A – B
ELSE
C = A + B ENDIF Read D
IF C = D Then Print "Error" ENDIF
ELSE
C = A + B ENDIF Read D
IF C = D Then Print "Error" ENDIF