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