Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help on the assignment I am posting below which is based on the assignment above. Programming Assignment 11 - Windchill Re-submit Assignment Due

image text in transcribed

I need help on the assignment I am posting below which is based on the assignment above.

image text in transcribed

Programming Assignment 11 - Windchill Re-submit Assignment Due Oct 12 by 11:59pm Points 100Submitting a file upload Windchil During winter, everyone would like to know the windchill factor, especially, before going out.Met windchill-3574 + 0.6215 temperature-35.75 . speed"O.16 + 0.4275 . temperature' speed-o.16 where temperature is in degrees Fahrenheit, and speed is the wind speed in miles per hour Write a program that prompts the user to input the wind speed in miles per hour, and the temperature in degrees teorologists use the following formula to compute the windchill factor: Fahrenheit. The program will then display the windchill factor to 1 tions: one to get the user input and return the temperature and wind speed, and the other to calculate the windchilland return it whe n passed the temperature and wind speed. The program shoul d contain a loop that allows the user to calculate more than one windchill factor. Sample execution: Python 3.64 Shel File Edit Shell Debug Options Window Help Python 3.6.4 (v3.6.4 Type "copyright", "credits" or "license () " for more information. P 4Bece Dec 19 2017, 06:04:45) MSC V.1900 32 bit (Inte1)] on vins2 RESTART: P:/Cmpsc131/Programming Assignment solutions/PA11Windchill.py This program calculates the windchill from the fahrenheit temperature and the wind speed. Enter the fahrenheit temperature: 30 Enter the wind speed: 20 The windchill is: 17.4 Would you like to calculate another windchill? Enter "y" or "n", y Enter the fahrenheit temperature: 0 Enter the wind speed: 15 The windchill is: -19.4 Would you like to calculate another windchill? Enter "y" or "n"; n

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions