IT/Algorithm

Day 16: Exceptions - String to Integer

다메카솔 2018. 6. 14. 22:48

https://www.hackerrank.com/challenges/30-exceptions-string-to-integer/problem


스트링값을 입력받아서, int로 변환시키고 출력할때 예외처리를 하는 문제이다.


try-catch문만 입력하면 된다.