<?php $x = 0; if ($x == 0) print "hi"; else print "how are u"; print "hello" ?>16/25<?php $x = 0; if ($x == 0) print "hi"; else print "how are u"; print "hello" ?>how are uhellohihellohiNo outputGiải thíchChọn đáp án B.