전체 글 (102) 썸네일형 리스트형 [별찍기2] Scanner sc = new Scanner(System.in); System.out.print("행 개수 : "); int input = sc. nextInt(); for(int k=0; kk; i--) { System.out.print("*") ; } System.out.println(); } [별찍기1] System.out.print("행 개수 : "); int input = sc. nextInt(); for(int k=0; k [1,+-2,+3-4+5-6+7....100 합 구하기] int sum = 0; for(int i=1; i 이전 1 ··· 23 24 25 26 27 28 29 ··· 34 다음