Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

List the names of subroutines of the hierarchy chart, and then write complete pseudocode for the following problem. You will not have to create a...

List the names of subroutines of the hierarchy chart, and then write complete pseudocode for the following problem. You will not have to create a data dictionary for this exercise.

Problem: A salesman earns commission on the sales made. The commission is based on the salesman's job code and sales amount. A salesman with a job code "P" for permanent employee, and sales above 3000, earns 4% commission on the sales made. Salesman with a job code "T" for temporary employee, and sales above 3000, earns 5% commission on the sales made. Produce the pseudocode logic for an algorithm that will compute the commission earned by each salesman. The information is given as follows:

- The output will consist of a screen display showing the salesperson's name, job code, and commission earned.

- The input will consist of the file with records containing salesperson's name, job code, and sales made.

- The processing will compute the commission earned by each salesman to display the required output. If the salesman's job code is other than "P" or "T", there should be no commission.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question