Write a program that inputs temperature and display a message according to the following data. Temperature > than 35, message hot day Between 25 and 35 (inclusive) Pleasant day Less than 25, Cool day

  • 9 years ago
Write a program that inputs temperature and display a message according to the following data.
Temperature message
> than 35 hot day
Between 25 and 35 (inclusive) Pleasant day
Less than 25 Cool day
chapter No. 11
Decision Constructors