Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Visual Basic Programming Question 2: Wind Chill In summer, one often hears the term heat index which is a combination of heat and humidity, and

Visual Basic Programming

Question 2: Wind Chill In summer,

one often hears the term heat index which is a combination of heat and humidity, and the heat index tells you the temperature it feels like outside. In winter, there is the wind chill factor, which uses the wind and the temperature to tell you how cold it feels. The formula to calculate wind chill uses the letter T to represent the temperature and Wind to represent the wind speed. The temperature is shown below: Windchill = 35.74 + (0.6215 * T) (35.75 * Wind0.16 ) + (0.4275 * T * Wind0.16) Create a program that obtains, from the user, the temperature in Fahrenheit and the Wind speed in Miles per hour. Calculate the wind chill factor in Fahrenheit, and then convert the Fahrenheit wind chill to Celsius. Output BOTH the Fahrenheit and Celsius windchill factor. Be careful with the formula. The formula comes from the following website, and there is a wind chill calculator on the site which you can use to test your programs. HYPERLINK "https://www.weather.gov/epz/wxcalc_windchill" https://www.weather.gov/epz/wxcalc_windchill The formula to convert Fahrenheit to Celsius is: Celsius = (Fahrenheit 32) * 5 / 9

image text in transcribed

Wind Chill Enter the temperature in Fahrenheit and the Wind Speed in miles per hour, and then press the button to see the wind chill. Temperature (F) Wind Speed (mph) a Calculate Wind Speed Windspeed Fahrenheit Winsdpeed Celsius: Wind Chill Enter the temperature in Fahrenheit and the Wind Speed in miles per hour, and then press the button to see the wind chill. Temperature (F): -10 Wind Speed (mph): 40 Calculate Wind Speed 42.70 Windspeed Fahrenheit: 41.50 Winsdpeed Celsius: Wind Chill Enter the temperature in Fahrenheit and the Wind Speed in miles per hour, and then press the button to see the wind chill. Temperature (F) Wind Speed (mph) a Calculate Wind Speed Windspeed Fahrenheit Winsdpeed Celsius: Wind Chill Enter the temperature in Fahrenheit and the Wind Speed in miles per hour, and then press the button to see the wind chill. Temperature (F): -10 Wind Speed (mph): 40 Calculate Wind Speed 42.70 Windspeed Fahrenheit: 41.50 Winsdpeed Celsius

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

Intelligent Information And Database Systems Asian Conference Aciids 2012 Kaohsiung Taiwan March 19 21 2012 Proceedings Part 3 Lnai 7198

Authors: Jeng-Shyang Pan ,Shyi-Ming Chen ,Ngoc-Thanh Nguyen

2012th Edition

3642284922, 978-3642284922

More Books

Students also viewed these Databases questions

Question

1. Identify three approaches to culture.

Answered: 1 week ago

Question

2. Define communication.

Answered: 1 week ago