/REXX/ Do forever Say ‘Enter the code :’ Pull code If code = ‘BYE’ then Leave; end Exit Based on the above REXX, what is true?

  1. The above exec will prompt the user for a code until the user enters the code ‘BYE’

  2. The above exec will prompt the user for a code until the user enters the code ‘EXIT’.

  3. Gives Error while Executing

  4. The above exec will prompt the user for a code until the user enters the code ‘END’.


Correct Option: A

Find more quizzes: