T

Team MCQ Buddy • 27.12K Points
Instructor II

Q. What will be the output of the following Perl code?

Code:
$a = 8;

until ($a <= 7){
print "Value of a = $a\n";
$a = $a - 1;
}
  • (A) Value of a = 8
  • (B) Infinite loop
  • (C) No run
  • (D) None
  • Correct Answer - Option(A)
  • Views: 174
  • Filed under category Perl

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.


Question analytics