Which of these is an example of nesting?

(1 point)
Responses

an else statement that follows an if statement

an else statement that follows an if statement

an if statement that follows an else statement

an if statement that follows an else statement

code that executes in order

code that executes in order

an if statement inside of another if statement

1 answer

The correct example of nesting is:

an if statement inside of another if statement