Use nested if-then-else structures
Use
if-then-else
structures nested inside one another to handle situations requiring complex branching.The
else
portion of the statement is required.Provide Feedback