One type of investment is where you make a single deposit (called the principal) and then let interest add to the balance amount in the account. In this situation, the balance in a savings account may be calculated with this formula: Project rate. balance = principal(1+ nt where principal is the amount deposited rate is the yearly interest rate as a decimal (for example 0.045 is 4.5%) n is the number of times interest is compounded per year t is the number of years the money is left in the account As an example, if I deposit $450.00 at 1.2% interest, compounded twice a year, then at the end of 6 years, I should have a balance in the account of $483.49. That means my investment earned me $33.49 over the course of six years (not a good investment).

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 20PE: When you borrow money to buy a house, a car, or for some other purpose, you repay the loan by making...
icon
Related questions
Question

Hi, I need to solve this problem with C++ programming language using Visual Studio. Thank you.

One type of investment is where you make a single deposit (called the
principal) and then let interest add to the balance amount in the account.
In this situation, the balance in a savings account may be calculated with
this formula:
Project
rate.
balance = principal(1+
nt
where principal is the amount deposited
rate is the yearly interest rate as a decimal (for example 0.045 is 4.5%)
n is the number of times interest is compounded per year
t is the number of years the money is left in the account
As an example, if I deposit $450.00 at 1.2% interest, compounded twice a year, then at the
end of 6 years, I should have a balance in the account of $483.49. That means my investment
earned me $33.49 over the course of six years (not a good investment).
Transcribed Image Text:One type of investment is where you make a single deposit (called the principal) and then let interest add to the balance amount in the account. In this situation, the balance in a savings account may be calculated with this formula: Project rate. balance = principal(1+ nt where principal is the amount deposited rate is the yearly interest rate as a decimal (for example 0.045 is 4.5%) n is the number of times interest is compounded per year t is the number of years the money is left in the account As an example, if I deposit $450.00 at 1.2% interest, compounded twice a year, then at the end of 6 years, I should have a balance in the account of $483.49. That means my investment earned me $33.49 over the course of six years (not a good investment).
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Introduction to computer system
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning