Answered You can hire a professional tutor to get the answer.
Write two functions with these headers: function doFV() function computeFutureValue(principal, annualRate, years, periodsPerYear) The first function (doFV) takes no parameters is called from the oncli
Write two functions with these headers: function doFV() function computeFutureValue(principal, annualRate, years, periodsPerYear) The first function (doFV) takes no parameters is called from the onclick attribute gets input from the user calls the computeFutureValue function displays the result to the user