일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- border-box
- mac terminal command
- #자바상속#자바이즈어#is~a
- #C++ 연산자함수오버로딩
- #binary
- html object
- html youtube
- html5 new tag
- 하이퍼레저패브릭
- hyperledger transaction
- #1차원배열
- #성적관리프로그램
- #2차원배열
- docker example
- html code
- git flow
- html multimedia
- #3차원배열
- html charset
- relative path
- #다차원포인터
- html plug-in
- #bubbleSort
- #CallByAddress
- #JAVASCRIPT
- #android activity
- html id
- html video
- 토큰경제
- #C++ has~a
Archives
- Today
- Total
목록#Java has a (1)
A sentimental robot
다시 한번 Has~a
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
Java
2018. 10. 3. 21:37