<HTML>
<HEAD>
<TITLE>round</TITLE>
</HEAD>
<BODY>
<?
print(round(1.4) . "<BR>\n");
print(round(1.5) . "<BR>\n");
print(round(1.6) . "<BR>\n");
?>
</BODY>
</HTML>
<HEAD>
<TITLE>round</TITLE>
</HEAD>
<BODY>
<?
print(round(1.4) . "<BR>\n");
print(round(1.5) . "<BR>\n");
print(round(1.6) . "<BR>\n");
?>
</BODY>
</HTML>
















