일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- mac terminal command
- git flow
- #JAVASCRIPT
- docker example
- html5 new tag
- #C++ 연산자함수오버로딩
- relative path
- html youtube
- #CallByAddress
- #3차원배열
- #bubbleSort
- html id
- #1차원배열
- 하이퍼레저패브릭
- hyperledger transaction
- html multimedia
- html video
- #android activity
- html charset
- #자바상속#자바이즈어#is~a
- #C++ has~a
- #성적관리프로그램
- border-box
- #2차원배열
- #binary
- html plug-in
- #다차원포인터
- 토큰경제
- html object
- html code
Archives
- Today
- Total
목록#3차원성적관리프로그램#3차원배열 (1)
A sentimental robot
Score Management[Three dimensional]
import java.util.Scanner;public class Hello2 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.print("반의 수 :"); int clas; clas=sc.nextInt(); System.out.print("학생 수:"); int student; student=sc.nextInt(); int [][][]score=new int[clas][student][4]; float [][]avg=new float[clas][student]; String [][]name=new String[clas][student]; String []sconame={"Class","Nam..
Java
2017. 12. 28. 11:51