Page 1 of 1

Study Chapter 8 to complete this task. Carefully read the following case: Suppose a large hospital hires you to write a

Posted: Tue Jul 12, 2022 8:19 am
by answerhappygod
Study Chapter 8 to complete this task.Carefully read the following case:Suppose a large hospital hires you to write a program that displayslists of potential organ recipients. The hospital’s doctors willconsult this list if they have an organ that can be transplanted.The hospital administrators instruct you to sort potentialrecipients by last name and display them sequentially inalphabetical order. If more than 10 patients are waiting for aparticular organ, the first 10 patients are displayed; a doctor caneither select one of these or move on to view the next set of 10patients. You worry that this system gives an unfair advantage topatients with last names that start with A, B, C, and D. Should youwrite and install the program? If you do not, many transplant opportunities will be missed whilethe hospital searches for another programmer to write the program.Are there different criteria you would want to use to sort thepatients? Based on the case and on the information gathered,answer the following:Propose a solution for the problem. (20 points)Write a pseudocode or flowchart of your answer. (20points)