Code: (Select All)
Input "Farenheight temp"; T
Input "Wind MPH"; V
Print Wind_Chill(T, V)
Function Wind_Chill (T, V)
Wind_Chill = 35.74 + 0.6215 * T - 35.75 * (V ^ 0.16) + 0.4275 * T * (V ^ 0.16)
End FunctionPlease don't grade me on spelling ;-))
Quote:The question is: how do you put the brackets?
724 855 599 923 575 468 400 206 147 564 878 823 652 556 bxor cross forever

