inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

Hans Kim님의 게시글

Hans Kim Hans Kim

@kimhans

수강평 작성수
3
평균평점
5.0

게시글 1

질문&답변

멘토링 문제 4중for문

다들 자랑하셨길래 저도 한번 자랑해봅니다 ;) package second_section; import java.util.Scanner; public class Codetest12_0 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); int n = sc.nextInt(); int m = sc.nextInt(); int[][] arr = new int[m][n+1]; // [시험수][사람수] for (int i = 0; i

좋아요수
0
댓글수
7
조회수
1287