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