Question: Future Value Calculator Future Value Calculator Investment Amount: value= > Yearly Interest Rate: value= > Number of Years: value= > Assignment 2-2 - Start from

//set default value of variables for initial page load
if (!isset($investment)) { $investment = ''; }
if (!isset($interest_rate)) { $interest_rate = ''; }
if (!isset($years)) { $years = ''; }
?>
Future Value Calculator
Assignment 2-2 - Start from the solution for exercise 2-2. - Display the results below the form instead of on a separate page. - After each calculation, set the values in the text boxes to empty strings
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
