<?php $x = 0; if ($x == 1) if ($x >= 0) print "true"; else print "false"; ?>17/25<?php $x = 0; if ($x == 1) if ($x >= 0) print "true"; else print "false"; ?>truefalseerrorKhông có kết quả in raGiải thíchChọn đáp án D.