Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Write an HTML document that looks similar to Investment Calculatc x (--> 9 file:///C/Users/rab29/Dropbox/book QtE Investment Calculator Amount invested (principal) Annual rate (example: .08)
1. Write an HTML document that looks similar to Investment Calculatc x (--> 9 file:///C/Users/rab29/Dropbox/book QtE Investment Calculator Amount invested (principal) Annual rate (example: .08) Number of years Periods per year 100 0.07 10 4 $200.16 Compute future value Reset Write two functions with these headers function doFV() function computeFutureValue(principal, annualRate, years, periodsPerYear) The first function (doFV) a. takes no parameters b. is called from the onclick attribute C. gets input from the user d. calls the computeFutureValue function e. displays the result to the user The second function (computeFutureValue) computes and returns the future value of an investment. The formula for computing the future value of an investment is =(1 +r)n where fis the future value, a is the investment amount sometimes called the principal, r is the growth rate per period, and n is the total number of periods throughout the life of the investment
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started