Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Jim's Years to Accumulate. Jim often counsels customers at his bank. He needs a computer program that will calculate the number of years (Y)

image text in transcribed
3. Jim's Years to Accumulate. Jim often counsels customers at his bank. He needs a computer program that will calculate the number of years (Y) it will take to accumulate a specified future amount (S) of money based on a given initial deposit (D) and specified interest rate (R). Assume interest compounds annually. The number of years (Y) is the number of years required for the actual amount (A) to equal or exceed the specified future amount (S). Here is the variable legend Variable Legend S = Specified Future Amount D Initial Deposit Re Interest Rate (%) A Actual Future Amount Use this formula to calculate A: The Actual Future Amount (A) is = an initial Deposit (D) after (Y) years at a Rate (R) in 96. Number of Years Draw a flowchart for an algorithm to produce the answers. Your flowchart should input S, D, and R. The algorithm should output S, D, R, A, and Y. Use looping in your flowchart to calculate the accumulated amount for each year in a sequence of years. For each year check to see if the actual future amount exceeds the specified future amount. If so, the flowchart should end. If not, the flowchart should repeat

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

Data Analytics And Quality Management Fundamental Tools

Authors: Joseph Nguyen

1st Edition

B0CNGG3Y2W, 979-8862833232

More Books

Students also viewed these Databases questions

Question

2. Define communication.

Answered: 1 week ago