Does this count as a single if statement or two?


if (condition){
statement
}
else if (condition){
statement
}
else{