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

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

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

A.
while {0} (print “OK”);

B.
while ($c != 99) {print “OK”}

C.
while {$beq “OK”} (print “$a++”);

D.
while ($_) Do {print “OK”);



Leave a Reply 0

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