Lee kyu min.log
로그인
Lee kyu min.log
로그인
readLine().split()으로 int형 배열 만들기
Lee kyu min
·
2024년 2월 28일
팔로우
0
Java
Java study
목록 보기
37/41
int[] arr = Arrays.stream(br.readLine().split(" ")) .mapToInt(Integer::parseInt) .toArray();
Lee kyu min
팔로우
이전 포스트
스트림(Stream)
다음 포스트
숫자 또는 문자만 추출 하는법(Character) + 아스키코드 표
0개의 댓글
댓글 작성