본문 바로가기

JAVA/쓸만한 코드

문자로 입력받아 숫자로 변환하기

 

Ex) 메뉴 번호, 계산할 값 등

String tmp = sc.nextLine{};
menu = Integer.parseInt(tmp);