Wind Chill Calculator

This program consists of two functions. The first function accepts user input for temperature and wind speed. It calls and passes the input as arguments to a second function which uses them as parameters to calculate the wind chill. The wind chill is returned from the second function to the first function and then displayed to the user.

Script Source Code