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