일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- #android activity
- border-box
- #bubbleSort
- #C++ has~a
- docker example
- html charset
- git flow
- html code
- #자바상속#자바이즈어#is~a
- #C++ 연산자함수오버로딩
- relative path
- #다차원포인터
- #2차원배열
- 토큰경제
- #성적관리프로그램
- html plug-in
- mac terminal command
- #3차원배열
- 하이퍼레저패브릭
- html video
- #1차원배열
- html object
- #CallByAddress
- html5 new tag
- #binary
- html multimedia
- html id
- html youtube
- #JAVASCRIPT
- hyperledger transaction
- Today
- Total
A sentimental robot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 javascript var arrNumber = new Array(); arrNumber.push(1); arrNumber.push(2); arrNumber.push(3); for (var i = 0; i
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 12..
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 import java.util.Scanner; public class Day10_03 { public static void main(String[] args) { Cl[] cl; int n1; int n2; System.out.println("=== Score Management ==="); Scanner sc = new Scanner(System.in); System.out.println("몇 반을 입력할까요? : "); n1 = sc.nextInt(); cl = new Cl[n1]; for (int i = 0; i