<!DOCTYPE html>
<html>
<body>

<%

response.write(Round(24.13278) & "<br>")
response.write(Round(24.75122))

%>
 

</body>
</html>