Write a C++ program to calculate wind chill and report on frostbite times. Use the following formula:
Twc = 35.74 + 0.6215Ta − 35.75V+0.16 + 0.4275TaV+0.16
where Twc is the wind chill index, based on the Fahrenheit scale, Ta is the air temperature, measured in °F, and V is the wind speed, in mph. Prompt the user for required input and print Twc. If the value of Twc is below −19 report a frostbite time of 30 minutes or less. If the value is below −48, report a frostbite time of 5 minutes or less.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.