Modify exercise 9b to reflect the following new facts


Diana Lee, a supervisor a manufacturing company, employees increased production year year. These employees receive certificates commendation bonuses. Design a flowchart pseudocode following: 

a. A program that continuouly accepts each worker's first and last names, this year's number of units produced, and last year's number of units produced. Display each employee with a message indicating whether the employee's production has increased over last year's production. 

b. A program that accepts each worker's data aand displays the name and a bonus amount. The bonuses will be distributed as follows: 
* 1000 units or fewer, the bonus is $25. 
* 1001 to 3000 units, the bonus is $50. 
* 3001 to 6000 units, the bonus is $100. 
* 6001 units and up, the bonus is $200. 

c. Modify Exercise 9b to reflect the following new facts, and have the program execute as efficiency as possible: 
* Thirty percent of employees produce over 6000 units per year; 20 percent produce 3001 to 6000; 15 percent produce 1001 to 3000 units; and only 5 percent produce fewer than 1001.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Modify exercise 9b to reflect the following new facts
Reference No:- TGS0142867

Expected delivery within 24 Hours