The correct example of nesting is:
an if statement inside of another if statement
This is known as nested if statements.
(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
an if statement inside of another if statement
1 answer
The correct example of nesting is:
an if statement inside of another if statement
This is known as nested if statements.