44.6k views
0 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.

a) 0
b) 1
c) 2
d) 3

1 Answer

5 votes

Answer:

Hi!

The correct answer is d) 3.

Step-by-step explanation:

The program asks for input:

  • current temperature.
  • wind speed.

With these values, the program will do some computations to calculate the wind chill temperature and show a chart with:

  1. temperature.
  2. wind speed.
  3. wind chill.

User Akhil Aravind
by
6.0k points