Question: Help with C program. Features: input / output declarations variables (use meaningNames) constants (use MEANINGFUL_NAMES) assignment statements decisions loops data validation loop control variable functions
Help with C program.


Features:
input / output
declarations
variables (use meaningNames)
constants (use MEANINGFUL_NAMES)
assignment statements
decisions
loops
data validation
loop control variable
functions
The standard wind chill formula for Environment Canada is: Twc = 13.12 + 0.6215T, 11.37v+0.16 + 0.3965T v+0.16 where Twc is the wind chill index, based on the Celsius temperature scale; Ta is the air temperature in degrees Celsius; and v is the wind speed at 10 m (33 ft) standard anemometer height, in kilometres per hour [9] where WC is the wind chill factor, T is the temperature in degrees Fahrenheit, V is the wind speed in miles per hour. Write a short C program to: 1. Prompt the user to input their name 2. Ask them for the air temperature, including unit 3. Asks them for wind speed. 4. Displays their name, the wind chill factor and a message stating if it is cold > 32 f), freezing (10 f> 32 f) or heck frozen over (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
