Answer:
The block of code following the else statement is executed as the condition present in the if statement is false. nested-if. A nested if is an if statement that is the target of another if statement. Nested if statements means an if statement inside another if statement.
Step-by-step explanation: