• A A loop that always executes at least once before checking the condition
  • B A loop that never executes if the condition is false
  • C A loop that checks the condition before every iteration
  • D A loop that only runs if the condition is true
  • Share this MCQ