What happens when one decision is not enough?
Sometimes a program must make a decision, then make another decision inside the first one.
A nested statement is a statement placed inside another statement. A common example is an IF statement inside another IF statement.