円柱の体積


動作ブラウザ 【 IE:3.0   NN:2.0
Internet Explorer Netscape Navigator Opera iCab Safari
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 7.0 7.x 2.x 1.x
Windows - -
Macintosh -
UNIX - - - - - -

ポイント m = Math.PI * r * r * h; m = Math.PI * r * r * h / 3;
説  明 円柱の体積は、「π×半径×半径×高さ」、円柱の体積は、「π×半径×半径×高さ÷3」で求めることができます。
サンプル <html> <head> <title>円柱/円錐の体積</title> <script language="JavaScript"><!-- function calc(n) { r = eval(document.myFORM.hankei.value); h = eval(document.myFORM.height.value); if (n == 1) m = Math.PI * r * r * h; if (n == 2) m = Math.PI * r * r * h / 3; document.myFORM.result.value = m; } // --></script> </head> <body> 円柱/円錐の体積<br> <form name="myFORM"> 半 径:<input type="text" name="hankei"><br> 高 さ:<input type="text" name="height"><br> 体 積:<input type="text" name="result"><br>     <input type="button" value="円柱の体積" onClick="calc(1)"><br>     <input type="button" value="円錐の体積" onClick="calc(2)"><br> </form> </body> </html>
補足説明 なし

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!



写真素材 PIXTA