Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Can you help me make this code functional? I have a lot of it down but I still need it to: 1. Make it so
Can you help me make this code functional? I have a lot of it down but I still need it to: 1. Make it so the numbers in amortization table are monospaced fonts even after Make Me Rich! Button is clicked. 2. Make sure all the calculations work properly.
This is within Visual Studio Code.
Retirement Calculator Retirement Calculator
40 Years to invest 1,473,400 Retirement Fund 3,130,501 Lifetime Salary 313,050 Total Saved 1,160,390 Earned Investment
Age Salary Savings Interest Retirement 25 50,000.00 5,000.00 350.00 5,350.00 26 51,000.00 5,100.00 732.00 11,182.00 27 52,020.00 5,202.00 1,147.00 17,530.00 28 53,060.00 5,306.00 1,599.00 24,435.00 29 54,122.00 5,412.00 2,089.00 31,936.00 61 101,994.00 10,199.00 71,001.00 1,085,294.00 62 104,034.00 10,403.00 76,699.00 1,172,818.00 63 106,115.00 10,611.00 82,811.00 1,265,818.00 64 108,237.00 10,824.00 89,365.00 1,366,007.00 65 110,402.00 11,040.00 96,393.00 1,473,400.00
Below is an approximation of what the app should look like and do.
Retirement Calculator \begin{tabular}{|rrrrr|} \hline Age & Salary & Savings & Interest & Retirement \\ 25 & 50,000.00 & 5,000.00 & 350.00 & 5,350.00 \\ 26 & 51,000.00 & 5,100.00 & 732.00 & 11,182.00 \\ 27 & 52,020.00 & 5,202.00 & 1,147.00 & 17,530.00 \\ 28 & 53,060.00 & 5,306.00 & 1,599.00 & 24,435.00 \\ 29 & 54,122.00 & 5,412.00 & 2,089.00 & 31,936.00 \\ 61 & 101,994.00 & 10,199.00 & 71,001.00 & 1,085,294.00 \\ 62 & 104,034.00 & 10,403.00 & 76,699.00 & 1,172,818.00 \\ 63 & 106,115.00 & 10,611.00 & 82,811.00 & 1,265,818.00 \\ 64 & 108,237.00 & 10,824.00 & 89,365.00 & 1,366,007.00 \\ 65 & 110,402.00 & 11,040.00 & 96,393.00 & 1,473,400.00 \\ \hline \end{tabular}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