"DEFINE DATA LOCAL 01 #A (N2) END-DEFINE RESET #A REPEAT UNTIL #A > 99 WRITE #A ADD 1 TO #A END-REPEAT END What is the output of the above program?"

  1. Program displays from 1 to 99 and terminate normally

  2. Program will not display anything and terminate abnormally

  3. Program displays from 1 to 99 and terminate abnormally

  4. Program displays from 0 to 99 and terminate abnormally


Correct Option: D

Find more quizzes: