A

Admin • 833.24K Points
Coach

Q. Until loop in Perl is ___.

  • (A) Opposite of while loop.
  • (B) Used to execute code when condition is false
  • (C) Entry controlled loop
  • (D) All of these
  • Correct Answer - Option(D)
  • Views: 18
  • Filed under category Perl
  • Hashtags:

Explanation by: Admin

Until loop in Perl is an entry-controlled loop with acts just opposite to while loop i.e., the code inside the loop will run if the condition inside it is false.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.