Problem1: Diana Lee, a supervisor in a manufacturing company, wants to know whic
ID: 3635911 • Letter: P
Question
Problem1: Diana Lee, a supervisor in a manufacturing company, wants to know which employee have increased their production this year over last year. These employees with receive certificates of commendation and bonuses. Design a flowchart for the requirements below. A program that continuously accepts each workerExplanation / Answer
start declarations string = firstName string = lastName string = terminateProgram string = “TTL”= end program num = currrentYearUnits num = previousYearUnits while (terminateProgram = “TTL”” output “ enter first name” input firstName output “ enter last name” input lastName output “ enter current year units” input currentYearUnits output “ enter previous year units” input previousYearUnits if currentYearUnits > previousYearUnit then I think you have this backwards display “ employees productivity has declined since the previous year units” else display “ employees productivity is equal to the previous year units” endif output “enter TTL to end program” input TTL endwhile stop
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.