if 문법 if(조건식) { 실행내용; } else if(조건식) { 실행내용; } else { 실행내용; } public class Main { public static void main(String[] args) { int x = 55; if(50