ASSIGNMENT 1 Solution

$30.00 $24.00

Windchill Calculator Pseudocode: Declare float variable t for temperature. Declare float variable v for wind speed. Declare float variable w for windchill. Prompt the user to enter Temperature between -45 and 40 degree Fahrenheit. Prompt the user to enter Wind Speed between 5 and 60 miles per hour. Use the formula to calculate the Windchill…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

Windchill Calculator Pseudocode:

  1. Declare float variable t for temperature.
  2. Declare float variable v for wind speed.
  3. Declare float variable w for windchill.
  4. Prompt the user to enter Temperature between -45 and 40 degree Fahrenheit.
  5. Prompt the user to enter Wind Speed between 5 and 60 miles per hour.
  6. Use the formula to calculate the Windchill

W = 35.74 + 0.6215 T – 35.75 (V^0.16) + 0.4275 T (V^0.16)

  1. Print Windchill.
  2. Print Programmer Name.
ASSIGNMENT 1 Solution
$30.00 $24.00