일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- html code
- #android activity
- html multimedia
- #다차원포인터
- docker example
- #C++ 연산자함수오버로딩
- #3차원배열
- border-box
- html plug-in
- #C++ has~a
- #2차원배열
- #CallByAddress
- hyperledger transaction
- mac terminal command
- relative path
- html video
- #성적관리프로그램
- #JAVASCRIPT
- html id
- #bubbleSort
- html youtube
- html5 new tag
- #1차원배열
- #binary
- html object
- #자바상속#자바이즈어#is~a
- git flow
Archives
- Today
- Total
목록#도서관리프로그램 (1)
A sentimental robot
도서관리프로그램
package day1; import java.util.Scanner; public class Main { private static Manager ma; private static UserMain u; public Main() { ma = new Manager(); u = new UserMain(); } public static void main(String arg[]) { Scanner sc = new Scanner(System.in); int n01 = 0; char n = 0; boolean y; Main main = new Main(); do { System.out.println("----------------------------"); System.out.println("1.관리자 모드 2.사..
Java
2017. 12. 29. 14:47