Computers and Technology

Write an html document which contains two text fields, a button, and a div. the first text field should be labeled “temperature”, and the second should be labeled “wind speed”. the button should have the text “wind chill” written on it. write two functions with these headers: function compute() function windchill(tempf, speed) the first function (compute) must be called from the onclick attribute of the button and must do the following: get a temperature from the first text field get a wind speed from the second text field call the second function (windchill) store the value returned by windchill in a variable output the value returned by windchill to the div for the user to see the second function (windchill) must take a temperature in fahrenheit as a parameter take a wind speed in miles per hour as a parameter calculate the wind chill factor as a temperature in fahrenheit return the wind chill factor in fahrenheit in other words, the second function (windchill) must not gather any input from a user and must not output anything for a user to see. instead it must calculate and return the result which makes this second function very reusable in other projects. the formula for computing the wind chill factor is f = 35.74 + 0.6215 t − 35.75 s0.16 + 0.4275 t s0.16 where f is the wind chill factor in fahrenheit, t is the air temperature in fahrenheit, and s is the wind speed in miles per hour at five feet above the ground.

answer
Answers: 1

Similar questions

Do you know the correct answer?
Write an html document which contains two text fields, a button, and a div. the first text field sho...

Questions in other subjects:

Konu
Chemistry, 12.03.2020 07:08