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.
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.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps