!DOCTYPE html>
html>
body>

<%

response.write(Sqr(9) & "<br>")
response.write(Sqr(0) & "<br>")
response.write(Sqr(47))

%>


/body>
/html>