Wednesday, 29 February 2012

ROUNDING A RANDOM NUMBER

<html>
<body>
<script type="text/vbscript">
Randomize()
document.write(Rnd())
</script>
</body>
</html>


No comments:

Post a Comment