블로그
- 양궁대회 .*; class Solution { public int[] solution(int n, int[] info) { Queue> queue = new LinkedList<& (); li.add(0); // sumScore li.add(n); // remainArrow li.add(0); // pointer li.add(new int[11]); // score
- Chapter_No.3_03.Major Scale Open String https://youtu.be/tSYQrYC0pLc #majorscale #basslesson #Bass play by 김미(Kimme) #악보(Score) . High Class Bass Lesson Chapter No.3 03. Major Scale Open String 엄청난 비밀이 숨겨 있는 그런건 절대 아니고요.
- Chapter No.3_02. Chromatic Scale https://youtu.be/KqKKTI3UR1I #basslesson #chromatic #scale #Bass Lesson by 김미(Kimme) #악보(Score) . High Class Bass Lesson Chapter No.3_02 Chromatic Scale 입니다. 크로매틱 스케일이란, 반음계 스케일을 말해요.
- Chapter No.3_01.Basic Scale 남겨주세요 ^^ (상업적인 이용은 안되어요) https://youtu.be/0TkwWzfuXfw #basslesson #scale #Bass Play by 김미(Kimme) #악보(Score 안녕하세요 ^^ high Class Bass Lesson Chapter No.3 Scale 편입니다. 오랜만에 레슨 영상이라 떨리지만 설명은 별로 없다는게 함정!!
- [예시] java 기본법 (10) Exception // ArrayIndexOfBoundException package Basic_STD; public class Main_Login { // 실행예외 (Runtime Exception ) public static void main(String[] args) { // ArrayIndexOutOfBoundsException int[] score = new int[5]
- [예시] java 기본법 (5) public class Main_Ex1 { public static void main(String[] args) { // ARRAY int[] score = {10, 20, 30, System.out.println(count); score[0] = 10; System.out.println(score[4]); // 배열 index 4 의 값을 출력 } }
- [영진전문대학 컴정] Power Java Chapter22 PROGRAMING 5번 .*; public class CP_S{ public static void main(String[] args){ ArrayList list = new ArrayList(); Scanner scan = new Scanner(System.in); double score, sum=0.0; for(int i=0; i
- [영진전문대학 캄퓨터정보계열] CH22 실습5 java.util.ArrayList; import java.util.Collections; import java.util.Scanner; import java.util.Vector; public class Test { public static void main(String[] args) { ArrayList v = new ArrayList(); double score; Scanner