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.
Due: Oct. 19
Monday:
Section 1
We reviewed the math from the depreciation lab.
We looked at the inchworm homework Inch_f16_01.zip
We discussed how the Multiplication Table program can be used as a start for the Muybridge program. TestFairness_f16_01.html
Have the user enter the number of terms they would like summed in the series for Pi.
You may want to check out the Math.pow method
http://www.w3schools.com/jsref/jsref_pow.asp
(-1)i will correspond to Math.pow(-1,i)