Sabtu, 17 April 2010

Logic math

#body>
#script>
str="Bina Nusantara";
document.write(Math.sqrt(16));
document.write(Math.round(Math.random()*100));
#/script>
#/body>