Tuesday, November 14, 2006

In class practice

Practice in class:


1. Write a program that gives you a random number (var randomnumber=Math.floor(Math.random()*10))with a maximum of 10. Test to see if that number is over six. If it is give the user an alert "Hey your number is over six!" Print out the HTML.

1 comment:

Holakira said...

I did this
=]