What happens when commonFriends has a value smaller than 3?

The else statement's code block runsThe if statement's code block runsNeither the if block, nor the else statement's code block run

The else statement's code block runs.