[问答题]写出下列程序的输出结果:

$x=87;
$y=($x%7)*16;
$z=$x>$y?1:0;
echo $z;
?>

1
原文地址:https://www.cnblogs.com/pizishui/p/5361857.html