<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>円すいの体積を求めるシステム</title>
</head>
<body>
円すいの体積を求めるシステム<br>
<form action="????????" method="?????">
<p>円すいの底面の円の半径:<input type="text" name="radius" size="3"></p>
<p>円すいの高さ:<input type="text" name="height" size="3"></p>
<input type="??????" value="送信">
</form>
</body>
</html>