Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Directions: Banking Transactions Create a flowchart and pseudocode for a program that will calculate the final balance of a bank account after a transaction has

image text in transcribed

Directions: Banking Transactions Create a flowchart and pseudocode for a program that will calculate the final balance of a bank account after a transaction has occurred. The possible transactions are: . Deposit: all deposits up to $3,000 dollars will be credited immediately. Deposits greater than $3,000 will receive a bonus of 5% of the portion of the deposit above $3,000. This amount and the bonus will be marked as "Pending" Withdrawal: all withdrawal amounts that exceed the current balance will be rejected. In addition, any withdrawal that would result in a balance of $300 or less will be marked as "Warning: Low balance" Balance: This transaction will simply display the current balance in the client's account. The input for any transaction will be the initial balance, a letter code (D, W or B) and the amount (for codes D and W). The output will be the current balance plus any special message or warning -if any -for codes D and W. References: Recitation session, Lectures, Chapter 10. Directions: Banking Transactions Create a flowchart and pseudocode for a program that will calculate the final balance of a bank account after a transaction has occurred. The possible transactions are: . Deposit: all deposits up to $3,000 dollars will be credited immediately. Deposits greater than $3,000 will receive a bonus of 5% of the portion of the deposit above $3,000. This amount and the bonus will be marked as "Pending" Withdrawal: all withdrawal amounts that exceed the current balance will be rejected. In addition, any withdrawal that would result in a balance of $300 or less will be marked as "Warning: Low balance" Balance: This transaction will simply display the current balance in the client's account. The input for any transaction will be the initial balance, a letter code (D, W or B) and the amount (for codes D and W). The output will be the current balance plus any special message or warning -if any -for codes D and W. References: Recitation session, Lectures, Chapter 10

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

MongoDB Applied Design Patterns Practical Use Cases With The Leading NoSQL Database

Authors: Rick Copeland

1st Edition

1449340040, 978-1449340049

More Books

Students also viewed these Databases questions

Question

Does it avoid using personal pronouns (such as I and me)?

Answered: 1 week ago

Question

Does it clearly identify what you have done and accomplished?

Answered: 1 week ago