close
<body>
<table width="700" border="1">
<?php
//1.取得直徑
$x = $_GET["diameter"];
//2.計算
$circle = pow(($x / 2), 2) * M_PI;
//3.輸出結果
echo round($circle,2);
?>
</table>
<body>
<table width="700" border="1">
<?php
//1.取得直徑
$x = $_GET["diameter"];
//2.計算
$circle = pow(($x / 2), 2) * M_PI;
//3.輸出結果
echo round($circle,2);
?>
</table>
文章標籤
全站熱搜
留言列表