標題:
數學運算
[打印本頁]
作者:
tonyh
時間:
2013-10-24 20:10
標題:
數學運算
<html>
<head>
<title>數學運算</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<?php
$x=5;
$y=15;
$z=2;
echo "$x+$y=".($x+$y)."<br/>";
echo "$x-$y=".($x-$y)."<br/>";
echo "$x*$y=".($x*$y)."<br/>";
echo "$x/$y=".($x/$y)."<br/>";
echo "($x+$y)*$z=".(($x+$y)*$z)."<br/>";
?>
</body>
</html>
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2