Question: STEP #10 - Modify this statement so that it calls the calculateFV( ) // method and assigns the return value to the variable // futureValue.
STEP #10 - Modify this statement so that it calls the calculateFV( )
// method and assigns the return value to the variable
// futureValue.
$("#future_value").val(calculateFV(investment,rate,years));
// STEP #10 - Call the formatFV function, passing it futureValue
// and display the return value on the form
STEP #12
Modify the ready event handler so it calls the getDate() method to get the formatted date and then displays it in the
element below the button in the HTML
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
