Why can we consider the else statement a default response?
else statement's code block runs for all of the cases that the if statement returns falseelse statement's code block runs for all of the cases that the if statement returns trueBecause the else statement's code block runs for all of the cases that the if statement returns false.