Fill in the blanks so that randomValue has a random integer…

Fill in the blanks so that randomValue has a random integer value between 10 and 20, both ends inclusive. int randomValue = __1__ (__2__.random() * __3__) + __4__; Use this template for your answer (please type fully – you cannot copy): 1: [answer in blank 1] 2: [answer in blank 2] … 4: [answer in blank 4]

Please read carefully: The remaining questions from this exa…

Please read carefully: The remaining questions from this exam are all part of the same problem, divided into many smaller questions. You will be asked to write 2 classes: Car (an abstract class) and Racecar (a concrete class, and child of Car). Each question will indicate the part and class you will be working on. Do NOT write getters and setters unless otherwise indicated. You won’t need any that are not indicated (and you cannot use any that are not indicated). Do NOT write Javadocs. All your constructors and methods should be visible to all classes unless otherwise noted in their description. All your instance variables and class variables should have the strictest visibility modifier. When asked for constructors or methods, do not repeat the class header or any other code. Constructors and setters must use parameter names that are the same as the related instance variable(s). You should use constructor chaining in all constructors where it can be properly applied. Your chaining must reduce the necessary code in the constructors as much as possible. You don’t need null-checks for Strings or arrays. Syntax, capitalization, and spelling matter. Canvas Tip for all Qs: Click on the dropdown that says “Paragraph” and switch to “Preformatted” to get a monospaced font – this can help in coding answers The questions begin below.

Case Study: Colon CancerPatient: Mr. J.R., a 64-year-old mal…

Case Study: Colon CancerPatient: Mr. J.R., a 64-year-old male, presents to the outpatient clinic with complaints of fatigue, unintentional weight loss of 15 lbs over the past 3 months, and intermittent abdominal discomfort. He reports occasional blood in his stool but attributed it to hemorrhoids. His appetite has decreased, and he has been experiencing changes in bowel habits, alternating between constipation and diarrhea.History:Past Medical History: Hypertension (controlled), smoker (quit 5 years ago), father died of colon cancer at age 70.Medications: Lisinopril 10 mg dailyNo known drug allergiesAssessment Findings:Vitals: BP 138/86, HR 92, RR 18, Temp 98.6°FGeneral: Pale, thin, appears fatiguedAbdomen: Mild distension, tenderness in left lower quadrantRectal exam: Occult blood positiveLabs: Hemoglobin 9.2 g/dL, Hematocrit 28%Colonoscopy: Mass in sigmoid colon, biopsy positive for adenocarcinomaCT scan: No evidence of metastasisDiagnosis: Colon cancer, Stage II (sigmoid colon)Treatment Plan:Surgical resection (sigmoid colectomy)Possible temporary colostomyAdjuvant chemotherapy based on surgical pathology