if (조건) {


} else if(조건) {


}


if else if 구문 반드시 마지막엔 else로 끝나야함??