Question 1
What is a nested conditional?
Question 2
Why would a programmer use nested conditionals?
Question 3
What happens if the first condition in a nested conditional is false?
Question 4
Which situation is best modeled by nested conditionals?
Question 5
In an $if$-$else$ structure, what is the purpose of the $else$ part in a nested conditional?