??      shiken001_hairetu.php     

?php4_2 ?shiken001_hairetu.php?

<html>
<head>
<title>shiken001.php???</title>
</head>
<style>
th {
color:#ffffff;
background-color:#000000;
}
td {
border:1px solid blue;
}

</style>

<body>
<h3>????????</h3>
<h4>shiken001.php?????????????????$tokuten??????<br>??????shiken002_hairetu.php?</h4>

<?php
//?????
$tokuten = array(61,78,90,32,49,98,3);

//???????
$sum = $tokuten[0]+$tokuten[1]+$tokuten[2]+$tokuten[3]+$tokuten[4]+$tokuten[5]+$tokuten[6];
$avg = $sum/7;
?>

<p>
<table border="1">
<caption>??????</caption>
<tr>
<th>??</th>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
<td>???</td>
</tr>

<tr align="right">
<th>??</th>
<?php
echo "<td> $tokuten[0] </td>";
echo "<td> $tokuten[1] </td>";
echo "<td> $tokuten[2] </td>";
echo "<td> $tokuten[3] </td>";
echo "<td> $tokuten[4] </td>";
echo "<td> $tokuten[5] </td>";
echo "<td> $tokuten[6] </td>";
?>

</tr>
</table>
</p>

<p>
<table border="1">
<tr>
<th>??</th>

<?php
echo "<td align=\"right\"> $sum </td>";
?>

</tr>
<tr>
<th>??</th>

<?php
echo "<td align=\"right\"> $avg </td>";
?>

</tr>
</table>
</p>
</body>
</html>