Question: Construct a program using Java Programming. Write a program that produces output like the following: This program reads data for a person's temperature and determines

Construct a program using Java Programming.
Write a program that produces output like the following: This program reads data for a person's temperature and determines the person's condition (hypothermia, normal range, fever, and hyperthermia). Enter your current body temperature in Fahrenheit 98.6 Your current body temperature is 37.0 in Celcius Your body temperature is normal body temperature Your program should be able to convert Fahrenheit temperature to Celcius temperature. * Your program should call at least one method with passing a parameter Your program should be able to determine a temperature range (hypothermia, normal range, fever, and hyperthermia). Here is an equation for converting Tec) = (Tr)-32) / 1 8 Human body temperature Hypothermia Normal Fever Hyperthermia Core (rectal, esophageal, etc.) 37.5 or 38.3 C (99.5 or 100.9 F) >37.5 or 38.3 c (99.5 or 100.9 F)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
