Draw the hierchy chart and design the logic for a program


Draw the hierchy 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. Design the program so taht 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!!
Other Subject: Draw the hierchy chart and design the logic for a program
Reference No:- TGS0636336

Expected delivery within 24 Hours