Given the following code; which is true:

Code:

IF A > B THEN
  C = A – B
ELSE
  C = A + B
ENDIF
Read D
IF C = D Then
  Print “Error”
ENDIF

Comments