Which Do...Loop statement should be used to process test scores where a test score over 100 is a signal to stop the processing?

  1. Do While Score > 100

  2. Do Until Score > 100

  3. Loop While Score > 100

  4. Loop Until Score > 100

  5. All of the above are valid for this situation.


Correct Option: B

Find more quizzes: