Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

* 2 . II ( Financial application: investment amount ) Suppose you want to deposit a certain amount of money into a savings account with

*2. II (Financial application: investment amount) Suppose you want to deposit a certain amount of money into a savings account with a fixed annual interest rate. What amount do you need to deposit in order to have $5,000 in the account after three years? The initial deposit amount can be obtained using the following formula:
initialDepositAmount =finalAccountValue(1+monthlyInterestRate)numberOfMonths
Write a program that prompts the user to enter final account value, annual interest rate in percent, and the number of years, and displays the initial deposit amount. Here is a sample run:
Enter final account value: 1000
F-Enter
Enter annual interest rate in percent: 4.25
Enter
Enter number of years: 5-Enter
Initial deposit value is 808.8639197424636
image text in transcribed

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_2

Step: 3

blur-text-image_3

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, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions