49.8k views
2 votes
How many output values are indicated in the following requirement?

REQUIREMENT: Write a program that asks the user for the current temperature and wind speed. The program must calculate the wind chill temperature, and display a chart showing the temperature, wind speed, and wind chill.

User Yuris
by
5.6k points

1 Answer

3 votes

Answer:

The requirement indicates 3 output values.

Step-by-step explanation:

The program is asking for:

  • Wind speed.
  • Current temperature.

Now, the program will calcule the wind chill temperature.

The program will display(output values) a chart with:

  • Wind speed.
  • Temperature.
  • Wind chilll.

User Rcarver
by
5.9k points