Answered step by step
Verified Expert Solution
Question
1 Approved Answer
PLEASE COMPLETE THE HEART TRANSPLANT CLASS Heart Transplant - 80 course points This assignment consists of creating an abstract data type called Heart Transplant, where
PLEASE COMPLETE THE HEART TRANSPLANT CLASS
Heart Transplant - 80 course points This assignment consists of creating an abstract data type called Heart Transplant, where you will match available donor hearts to recipients waiting for transplant. Refer to our Programming Assignments FAQ for instructions on how to install Visual Studio Code, how to use the command line and how to submit your assignments. Programming We provide this ZIP FILE containing Heart Transplant.java. Update and submit the file on Autolab. Observe the following rules: DO NOT use System.exit(). DO NOT add the project or package statements. DO NOT change the class name. DO NOT change the headers of ANY of the given methods. DO NOT add any new class fields. You may USE any of the libraries provided in the zip file. Overview A heart transplant is a surgical procedure that replaces the person's heart with a donor heart. A person may require a heart transplant for several reasons including congenital, arterial and muscle diseases or for unforeseen reasons such as accidents or viral infections. The donor heart is matched to the recipient by blood type. Additional variables are also used to decide which recipient receives a heart if there are not enough hearts available for all recipients waiting for a transplant. The variables included in the decision may include the recipient state of health, cause of the heart condition and the urgency of the transplant. The primary goal of this project is for you to write a HeartTransplant class that has the ability to select the patient, from a pool of patients, with the highest potential to survive the longest after the heart transplant surgery. Used the Heart TransplantDriver to test the methods within the HeartTransplant class.
Step by Step Solution
★★★★★
3.36 Rating (159 Votes )
There are 3 Steps involved in it
Step: 1
Based on the instructions provided it seems you need to implement the HeartTransplant class in Java ...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started