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