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.

Respuesta :

Answer:

The requirement indicates 3 output values.

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.