Lesson 8 Nested If Else Statement
Lesson 8 Nested If Else Statement
STATEMENT
WHAT IS A NESTED IF ELSE
STATEMENT?
HOW DOES IT WORKS INSIDE C++
PROGRAM
BODY TEMPERATURE
TEMPERATURE DESCRIPTION
35.0 ° C – HYPOTHERMIA
36. 5 ° C – NORMAL
37.5 ° C – FEVER
Problem 3:
Create a C++ program using Nested if else statement that will read a
character from the user and validating that it is valid alphabet or not, if the
character if valid alphabet then we are validating it is VOWEL or not and
printing the appropriate message for the input character.