Homework 4

Javascript Looping Statements

Part 1
Calculate Product and Sum of Intergers

A JavaScript program that calculates the product and sum of every fourth integer from 5 to 25 and calculates the product and sum of every third integer from 3 to 1.

View Part 1
Part 2
Learn About Compound Interest

A JavaScript program that shows 3 tables with the calculation of compound interest on a principal of $1000.

View Part 2
Extra Credit
Hollow Square

A JavaScript program that will let user type a number between 2 and 10 and display a hollow square with that size.

View Extra Credit