windChill = round(35.74 + 0.6215*T – 35.75*S0.16 + 0.4275*T*S0.16)
Where T is the temperature in degrees Fahrenheit, and S is the wind speed in mph.
Write a program that will produce the following wind chill table. You must use a nested loop.
Wind Chill Index Table
| Temperature
MPH | 45 40 35...