Skip to content

Write and run a C program that calculates and displays the amount of money available in a bank account that initially has $1000 deposited in it and earns 8 percent interest a year. Your program should display the amount available at the end of each year for a period of 10 years. Use the relationship that the money available at the end of each ye…

Notifications You must be signed in to change notification settings

MizanMustakim/available-amount-of-deposit-with-interest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Available amount of deposit with interest

Write and run a C program that calculates and displays the amount of money available in a bank account that initially has $1000 deposited in it and earns 8 percent interest a year. Your program should display the amount available at the end of each year for a period of 10 years. Use the relationship that the money available at the end of each year equals the amount of money in the account at the start of the year plus .08 times the amount available at the start of the year.

About

Write and run a C program that calculates and displays the amount of money available in a bank account that initially has $1000 deposited in it and earns 8 percent interest a year. Your program should display the amount available at the end of each year for a period of 10 years. Use the relationship that the money available at the end of each ye…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages