wind speed, relative humidity, and sunshine play important roles in determining coldness outside. In 2001, the National Weather Service (NWS) implemented the new wind-chill temperature to measure the coldness using temperature and wind speed. The formula is = 35.74 +0.6215ta — 35.75v0.16 +0.4275tav0.16 twc - where to is the outside temperature measured in degrees Fahrenheit, v is the speed measured in miles per hour, and twc is the wind-chill temperature. The formula cannot be used for wind speeds below 2 mph or temperatures below -58°F or above 41°F. Write a program that prompts the user to enter a temperature between −58°F and 41°F and a wind speed greater than or equal to 2 then displays the wind-chill temperature. Use Math.pow (a, b) to compute v0.16. Here is a sample run: Enter the temperature in Fahrenheit between -58°F and 41°F: 5.3 Enter Enter the wind speed (>=2) in miles per hour: 6 Enter The wind chill index is -5.56707

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section: Chapter Questions
Problem 2PP: (Mechanics) The deflection at any point along the centerline of a cantilevered beam, such as the one...
icon
Related questions
icon
Concept explainers
Question
wind speed, relative humidity, and sunshine play important roles in determining
coldness outside. In 2001, the National Weather Service (NWS) implemented the
new wind-chill temperature to measure the coldness using temperature and wind
speed. The formula is
= 35.74 +0.6215ta — 35.75v0.16 +0.4275tav0.16
twc -
where to is the outside temperature measured in degrees Fahrenheit, v is the
speed measured in miles per hour, and twc is the wind-chill temperature. The
formula cannot be used for wind speeds below 2 mph or temperatures below
-58°F or above 41°F.
Write a program that prompts the user to enter a temperature between −58°F and
41°F and a wind speed greater than or equal to 2 then displays the wind-chill
temperature. Use Math.pow (a, b) to compute v0.16. Here is a sample run:
Enter the temperature in Fahrenheit between -58°F and 41°F:
5.3 Enter
Enter the wind speed (>=2) in miles per hour: 6 Enter
The wind chill index is -5.56707
Transcribed Image Text:wind speed, relative humidity, and sunshine play important roles in determining coldness outside. In 2001, the National Weather Service (NWS) implemented the new wind-chill temperature to measure the coldness using temperature and wind speed. The formula is = 35.74 +0.6215ta — 35.75v0.16 +0.4275tav0.16 twc - where to is the outside temperature measured in degrees Fahrenheit, v is the speed measured in miles per hour, and twc is the wind-chill temperature. The formula cannot be used for wind speeds below 2 mph or temperatures below -58°F or above 41°F. Write a program that prompts the user to enter a temperature between −58°F and 41°F and a wind speed greater than or equal to 2 then displays the wind-chill temperature. Use Math.pow (a, b) to compute v0.16. Here is a sample run: Enter the temperature in Fahrenheit between -58°F and 41°F: 5.3 Enter Enter the wind speed (>=2) in miles per hour: 6 Enter The wind chill index is -5.56707
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Operators
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT