Question: Write a C++ program The wind chill formula is given as, WC = 13.12 + (16215* T) - (11.37*70.16) + (-3965 * T * V0.16)
Write a C++ program The wind chill formula is given as, WC = 13.12 + (16215* T) - (11.37*70.16) + (-3965 * T * V0.16) ere WC is the wind chill. T is the temperature in Celsius, and V is the velocity in km/h. Write a program to prompt the user to input T and V. Then calculate WC. If the WC
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
