A

Admin • 828.70K Points
Coach

Q. Amongst which of the following is / are true about the while loop?

  • (A) It continually executes the statements as long as the given condition is true
  • (B) It first checks the condition and then jumps into the instructions
  • (C) The loop stops running when the condition becomes fail, and control will move to the next line of code.
  • (D) All of the mentioned above
  • Correct Answer - Option(D)
  • Views: 8
  • Filed under category Python
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.