Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I need help with this code. I already asked this question once but the code I was given did not work correctly. Something was wrong
I need help with this code. I already asked this question once but the code I was given did not work correctly. Something was wrong in the formula.
Here's the question again.
Write wo Programs Expand on what you learned last week and write two more programs that use functions with parameters 1. Write an HTML document that looks similar to Investment Calculatc x Cfile:///C:/Users/rab29/Dropbox/boolQE Investment Calculator 100 Amount invested (principal) Annual rate (example: .08) Number of years Periods per year 0.07 4 Compute future value $200.16 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: 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 investmentStep 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