Why can we consider the else statement a default response?

Because the else statement's code block runs for all of the cases that the if statement returns falseBecause the else statement's code block runs for all of the cases that the if statement returns true

Because the else statement's code block runs for all of the cases that the if statement returns false.