<!DOCTYPE html>
<html>
<body>

<%

response.write(CInt("300") & "<br>")
response.write(CInt(36.75) & "<br>")
response.write(CInt(-67) & "<br>")

%>
 

</body>
</html>