Jinius man
This blog is for only my study, I don't intend to have any profits commercially.
Java 5일차 String 테스트3
#
Unknown
#
삼성SDS Enterprise Java
/* 정수를 가진 문자열을 정수형으로 바꾸기 */
public class StringTest3
{
public static void main(String args[])
{
String str = "100";
System.out.println(str+50);
int i = Integer.parseInt(str);
System.out.println(i+50);
}
}
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기