public static void main(String[] args) throws NumberFormatException, IOException {
// TODO Auto-generated method stub
long select=0, id, enid=0;
long iEncoding = 48741586484877L;
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
while(true){
System.out.print("메뉴 1.주민번호입력 2.복호화 3.종료 : ");
System.out.println();
select = Long.parseLong(in.readLine());
System.exit(0); - > 제어문에서 프로그램을 종료하는 걸 가능토록 한다.