CIW Exam Questions

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);