Write a program for the owner of bits and pieces


Problem

Draw the hierarchy chart and design the logic for a program for the owner of Bits and Pieces Manufacturing Company, who needs to calculate an employee's projected salary following a raise. The input is the name of the employee, the employee's current weekly salary, and the percentage increase expressed as a decimal (for example, 0.04 for a 4 percent raise). Design the program so that it runs continuously for any number of employees using three modules. The housekeeping module prompts the user for the percent raise that will be applied to every employee, and prompts for the first employee's name. The detail loop executes continuously until the user enters "XXX" for the employee's name. The detail loop gets the employee's weekly salary, applies the raise, produces the result, and prompts for the next employee name. The end-of-job module, which executes after the user enters the sentinel value for the name, displays a message that indicates the program is complete.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program for the owner of bits and pieces
Reference No:- TGS02646999

Expected delivery within 24 Hours