Assignment022a

Generating Random Numbers

Random numbers are used to create random quotes, random headers, and
random CSS style sheets among other things. Here's a little program that
creates four random numbers. It uses the Math object to generate a random
number and to remove all decimals (Math.random and Math.floor).