Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write pseudo code and flowchart. thanks please read this carefully in the photo and do my assignment . thanks:) Write a program that calculates the

write pseudo code and flowchart. thanks image text in transcribed
please read this carefully in the photo and do my assignment . thanks:) image text in transcribed
Write a program that calculates the balance of a savings account at the end of a period of time. It should ask the user for the annual interest rate, the starting balance, and the number of months that have passed since the account was established. A loop should then iterate once for every month, performing the following: 1) Ask the user for the amount deposited into the account during the month. This amount should be added to the balance. 2) Ask the user for the amount withdrawn from the account during the month. This amount should be subtracted from the balance. 3) Calculate the monthly interest. The monthly interest rate is the annual interest rate divided by 12. Multiply the monthly interest rate by the balance and add the result to the balance. After the last iteration, the program should display the ending balance, the total amount of deposits, the total amount of withdrawals, and the total interest earned. Write a program that calculates the balance of a savings account at the end of a period of time. It should ask the user for the annual interest rate, the starting balance, and the number of months that have passed since the account was established. A loop should then iterate once for every month, performing the following: 1) Ask the user for the amount deposited into the account during the month. This amount should be added to the balance. 2) Ask the user for the amount withdrawn from the account during the month. This amount should be subtracted from the balance. 3) Calculate the monthly interest. The monthly interest rate is the annual interest rate divided by 12. Multiply the monthly interest rate by the balance and add the result to the balance. After the last iteration, the program should display the ending balance, the total amount of deposits, the total amount of withdrawals, and the total interest earned. PROGRAM AND DOCUMENTATION REQUIREMENTS: 1) The program must be modular. You should have, at minimum, separate modules for each of the following: main, user input, monthly calculations, and output. You may include more if you would like. 2) Indude a program analysis worksheet. 3) The program should utilize user friendly prompts and messaging for all interaction with the user. 4) Indude a hierarchy chart 5) Indude internal program documentation (comments). 6) Plan the program logic using both pseudocode and flowchart methods

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

Seven NoSQL Databases In A Week Get Up And Running With The Fundamentals And Functionalities Of Seven Of The Most Popular NoSQL Databases

Authors: Aaron Ploetz ,Devram Kandhare ,Sudarshan Kadambi ,Xun Wu

1st Edition

1787288862, 978-1787288867

More Books

Students also viewed these Databases questions

Question

Draw and label the parts of an antibody molecule.

Answered: 1 week ago

Question

List some major causes of absenteeism in organisations.

Answered: 1 week ago