Exercise 2: Write a C++ program that asks the user to enter the input and prints the weather based on the associated condition. Use if – else statement. Temperature Humidity Weather 20 30 Cold 25 50...


Exercise 2: Write a C++ program that asks the user to enter the<br>input and prints the weather based on the associated condition.<br>Use if – else statement.<br>Temperature Humidity Weather<br>20<br>30<br>Cold<br>25<br>50<br>Normal<br>32<br>70<br>Hot<br>Other Inputs<br>Invalid<br>

Extracted text: Exercise 2: Write a C++ program that asks the user to enter the input and prints the weather based on the associated condition. Use if – else statement. Temperature Humidity Weather 20 30 Cold 25 50 Normal 32 70 Hot Other Inputs Invalid

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here