Kết quả của đoạn code dưới đây là? <?php $x = 0; if ($x == 1) if ($x >= 0) print "true"; else print "false"; ?>42/50Kết quả của đoạn code dưới đây là?<?php$x = 0;if ($x == 1) if ($x >= 0) print "true";else print "false";?>truefalseerrorKhông có kết quả in raGiải thíchD là đáp án đúng