INFM 603 Homework 2
- Create a Web page with a Javascript program that computes the
future value of an investment that receives x% interest per year,
where x is a nonnegative integer entered by the user. The program
should ensure that a non-negative integer is entered, and it should
print out the future value for each of the next 10 years. You can
assume that the investment's initial value is $10,000 (or any other
reasonable value) or you can also ask the user to input an initial
investment amount -- either way would be fine.
- Place this Web page in 603/hw2.html in your terpconnect Web space
and link it from 603/index.html.
Last modified: Wed Feb 29 16:29:47 2012