Which one of the following statements uses correct syntax and expressions? seenagape 11 years ago 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); ← Previous question Next question →