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