Each if statement signifies the start of a new condition. A condition can be created as either a sibling or a child to another condition. A sibling condition is only evaluated if the previous sibling condition is false. A child condition is only evaluated if the parent condition is true.