This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
백엔드 파트타임 스쿨 - 장오혁 | |
문의 할때마다 답변주셔서 감사합니다. | |
예제 주신 답이랑 | |
제가 구한 답이랑 | |
달랐던 이유를 찾았습니다. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
백엔드 파트타임 스쿨 - 장오혁 | |
*/ | |
import java.util.InputMismatchException; | |
import java.util.Scanner; | |
public class Week1_1 { |