Draw the hierarchy chart and then plan the logic for a program needed by Hometown Bank. The program determines a monthly checking account fee. Input includes an account balance and the number of times the account was overdrawn. The output is the fee, which is 1 percent of the balance minus 5 dollars for each time the account was overdrawn. Use three modules. The main program declares global variables and calls housekeeping, detail, and end-of-job modules. The housekeeping module prompts for and accepts a balances. The detail module prompts for and accepts the number of overdrafts, computes the fee, and displays the result. The end-of-job module displays the message Thanks for using this program.

Respuesta :

Answer:

Explanation:

we have to make three functions namely

1 Housekeeping

2 Details

3 end of Job

for variable int

for character string

Ver imagen usamakld99

The hierarchy chart.

As per the chart of the hierarchy, the plan of logic is for making a program that is needed for doing hometown banks and the program determines the checking for an account fee. This includes the account balance and the number of accounts overdrawn. The fee is measured in percentage and each time the account was overdrawn.

Thus the answer is functions include housekeeping, details, and end of job module.

The chart follows the three main parts as housekeeping, details, and job module where the housekeeping is making several deletions, followed by the details and end at the stop.

The details have a outbalance prompt then input balance and then return. The job module has output overdraft then input fee and then output fee and return.

Find out more information about the hierarchy chart.

brainly.com/question/25720264.

ACCESS MORE