Question: - If statements How is an if statement read if just an integer is used as the condition? A character? Relational operators ( < >
- If statements
How is an if statement read if just an integer is used as the condition? A character?
Relational operators (< > != == <= >=)
= vs ==
What is an else statement, and where is it allowed to be put in code? What about else if statements?
Groups of if statements, vs if/else if/else
How do we control how much code is contained by an if statement? How much is contained by default?
Nested if statements
What is the scope/lifetime of a variable?
Switch statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
