Which one of the following statements uses correct syntax and expressions?

Which one of the following statements uses correct syntax and expressions?

Which one of the following statements uses correct syntax and expressions?

A.
do (print “Hello $a”) until ($a = 10);

B.
do {$a++} until {$a == $b}\;

C.
do {$in = $in++} while ($in < 100);

D.
do ($a++) until ($b = $a);



Leave a Reply 1

Your email address will not be published. Required fields are marked *