"What will be the output of the following snippet: MOVE ZERO TO WS-COUNT IF WS-COUNT = 0 CONTINUE END-IF ADD +1 TO WS-COUNT. DISPLAY 'VALUE OF WS-COUNT: ' WS-COUNT "
VALUE OF WS-COUNT: 0
VALUE OF WS-COUNT: 1
Compile error
None of the above