Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

This assignment should be written in Java with the following inputs from the patient(Also use Functions): 1) Sorting the procedure numbers according to the patient's

This assignment should be written in Java with the following inputs from the patient(Also use Functions): 1) Sorting the procedure numbers according to the patient's name, surname and age *Write in Arrays

2) Whether there is obesity by taking height and weight (Formula: Body Mass Index=Weight(kg)/height squared(m^2);Ideal Weight=Body Mass Index.height squared(m^2))*Write using the for loop!

3) Whether there is cancer according to blood values (CEA: 0 2.5 nanograms/milliliter (ng/mL) in a normal individual. If it is higher than 2.5 ng/mL, cancer is diagnosed.), Is there any? Corona according to PCR test (If Covid-19 virus is detected if there is SARS-CoV-2 RNA2 in the results)*Write using a while loop!

4) Whether you have the flu (Body Degree >=38C, stuffy nose, sore throat and cough)*Write using an if-else loop!

5) Blood Pressure (Healthy individuals: High Blood Pressure = 120-130 mmHg, Low Blood Pressure 70-90 mmHg; Sick Individuals: High Blood Pressure > 140, Low Blood Pressure > 90 high blood pressure (hypertension) is diagnosed.)*Using the switch-case loop write!

6) Whether he has diabetes (Blood sugar level = 70-100mg/dL, it is called diabetes.) *Write using an if-else loop

7) Heart Attack (Newborn Heart Rate: 100-160, 3-5 Years Heart Rate (infant): 80-120.6-10 Years Heart Rate: 70-110, 15 Years and Over: 60-100 Heart Rate. done(Adults: heart rate>100) dangerous)*!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What are the four major behavioral considerations in MACS design?

Answered: 1 week ago