Write a program that uses a loop to calculate a factorial
of a number from a drop-down select. It should also display
the way the calculation was done. See example in figure
below.
2. Multiplying like rabbits. Make a page like that below that adds an image element
to a page using a timer. Mine added a picture of a rabbit every half second.
Salary Comparison. Design a page that compares two employees' salaries. The first
makes $100.00 a day. The second's salary starts at one cent and doubles every day
(0.01, 0.02, 0.04, ...). Make a comparison of their cumulative salaries for each day.
These should be displayed dynamically side-by-side (you can place each in a table). Your
program should stop when the second employee's cumulative salary exceeds the first's.