Question: The language is python 3.6 and you you give me the exact code I have having input problems with on zybooks. Checkpoint A For Checkpoint
The language is python 3.6 and you you give me the exact code I have having input problems with on zybooks.


Checkpoint A For Checkpoint A, you will write a program that computes WCT for a single location. Specifically, you will need to demonstrate a program that does the following: Welcomes user to the Windchill Temperature (WCT) Weather Report calculator. Prompts the user to enter the decimal precision (within range 1-4) at which WCT will be reported. If a user inputs an out-of-range value for 'decimal precision' then print a message and exit (see samples below). Prompts the user to enter the name of location for which WCT will be calculated. Prompts the user to enter the air temperature and wind velocity for this location. You can assume that the user always enters a valid float value for these. Prints the WCT at the desired precision. WCT can be calculated using the National Weather Service calculation given at the bottom of this figure LATWA NOAR Wind Chill Chart VICE Calm 40 5 36 10 34 15 32 20 30 25 29 Wind (mph) Temperature (F) 35 30 25 20 15 10 5 0 5 -10 -15 -20 -25 -30 -35 -40 -45 31 25 19 13 7 1 -5 -11 -16 -22 -28 -34 -40 -46 -52-57 -63 27 21 15 9 3 -10 -16 -22 -28 -35 -41 -47 -53-59 -66 -72 25 1913 6 0 -19 -26 -32 -39 -45 -51 -58 -64 -71 -77 24 17 11 4 -2 -9 -15 -22 -29 -35 -42 -48 -55 -61 -68 -74 -81 23 16 9 3 -4 -11 -17 -24 -31 -37 -44 -51 -58 -64 -71 -78 -84 22 15 8 1 -5 -12-19 -26 -33 -39 -46 -53 -60 -67 -73 -80 -87 21 14 7 0 -7 -14 -21 -27 -34 -41 -48 -55 -62 -69 -76 -82 -89 20 13 6 -8 -15 -22 -29 -36 -43 -50 -57 -64 -71 -50 -57 -64 -71 -78 -84 -91 19 12 5 -2 -9 -16 -23 -30 -37 -44 -51 -58 -65 -72 -79 -86 -93 19 12 4 -3 -10 -17 -24 -31 -38 -45 -52 -60 -67 -74 -81 -88 -95 18 11 4 -3 -11-18 -25 -32 -39 -46 -54 -61 -68 -75-82 -89 -97 17 10 3 -4 -11 -19 -26-33 -40 -48 -55 -62 -69 -76 -84 -91 -98 30 28 35 28 40 27 45 26 50 26 55 25 60 25 Frostbite Times 30 minutes 10 minutes 5 minutes Wind Chill (F) = 35.74 +0.6215T - 35.75(10.16) +0.4275T(V0.16) Where,T= Air Temperature (F) V=Wind Speed (mph) Effective 11/01/01 Sample output 2 ==> Windchill Temperature (WCT) Weather Report Calculator Windchill Temperature (WCT) Weather Report Calculator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
