Tuesday, November 14, 2006

Homework DUE THURSDAY

Homework due Thursday.

Create a new program. Create an array with five
elements (var num_Array = new Array(5)) and add random
numbers less than 10 to each element of the array.

Loop through the array and print out to the screen the element of the array if it is greater than 5.

Print out the HTML.

No comments: