Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How cold is it outside? The temperature alone is not enough to provide the answer. Other factors including wind speed, relative humidity, and sunshine play

How cold is it outside? The temperature alone is not enough to provide the answer. Other factors including 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

twc = 35.74 + 0.6215ta - 35.75v0.16 + 0.4275tav0.16

where ta 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 -58F or above 41F.

image text in transcribed

Requirements

Write a Go program that prompts the user to enter a temperature between -58F and 41F and a wind speed greater than or equal to 2 then displays the wind-chill temperature. If the user enters an invalid number due it being out of range or not a number, prompt the user again until they enter a valid value. Output two digits past the decimal place (hundreths of F).

Add a flag to the program called "-table" that displays a table instead of prompting. The table should have the same bounds and format as the above table in the Overview section except that it should show the wind chill to the tenths place.

Do not use any library other than the Go standard library.

Wind Chill Chart

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

Students also viewed these Databases questions

Question

List fi ve diff erent types of project closeout.

Answered: 1 week ago