Question: Write a JavaScript code that can evaluate temperature readings to determine if one's body temperature is within the range or not. i. The program should
Write a JavaScript code that can evaluate temperature readings to determine if one's body temperature is within the range or not.
i. The program should prompt the user to enter temperature values
ii. In case the entered value is equal or less than 37 degrees Celsius then the user should get a message that, "You have normal body temperature"
iii. In case the entered value is greater than 37 degrees Celsius, then the user will get the message, "You have high temperature visit hospital for check-ups".
iv. Set the background colour of your page to aqua.
v. The page title should read Temperature
vi. Use h3 to define your heading.
The heading of your page should read Temperature Readings.
Typed answer required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
