Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this application, youll make a quick enhancement that shows not only the future value when interest is compounded yearly, but also when its compounded

In this application, youll make a quick enhancement that shows not only the future value when interest is compounded yearly, but also when its compounded monthly. As a result, the display in the browser should look like this:

Future Value with Yearly Interest Investment amount = 10000 Interest rate = 7.5 Years = 10 Future Value is 20610 Future Value with Monthly Interest Investment amount = 10000 Interest rate = 7.5 Years = 10 Future Value is 21120 Thanks for using the Future Value application.

Currently, can't figure out the for loop for monthly interest the formula I used to come up with 21120 is

The formula for annual compound interest, including principal sum, is: A = P (1 + r/n) (nt)

Where:

A = the future value of the investment/loan, including interest P = the principal investment amount (the initial deposit or loan amount) r = the annual interest rate (decimal) n = the number of times that interest is compounded per year t = the number of years the money is invested or borrowed for

Note that this formula gives you the future value of an investment or loan, which is compound interest plus the principal. Should you wish to calculate the compound interest only, you need this:

Total compounded interest = P (1 + r/n) (nt) - P

Future Value Application

Thanks for using the Future Value application.

Future Value Application

Thanks for using the Future Value application.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

4th Edition

0619064625, 978-0619064624

More Books

Students also viewed these Databases questions

Question

how does Oracle apply to Encryption

Answered: 1 week ago

Question

600 lb 20 0.5 ft 30 30 5 ft

Answered: 1 week ago