일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 단축키
- Random
- 야구게임
- full text indexing
- 전체텍스트
- 스프링
- 업캐스팅
- 추상클래스
- 로또
- 이클립스
- 가변인자
- 형변환
- 다운캐스팅
- jquery
- Full text
- 다형성
- 25가지 효율적인 sql작성법
- 전자정부
- angular2
- 페이징
- 자바
- Login with OAuth Authentication
- 전체
- 자바 야구게임
- 상속
- while
- IBatis procedure
- 상속예제
- Validations
Archives
- Today
- Total
목록Random (1)
nalaolla
야구게임(4자리수 고정)
package test.com; import java.util.HashSet;import java.util.Random;import java.util.Scanner; public class BaseBallGame { public static String[] ballNum; //랜덤생성된 야구번호 public static int checkcnt; //도전한 횟수 public static void main(String[] args) { System.out.println("[4자리수 야구게임]"); HashSet ballNumber = new HashSet(); final int ballLength = 4; //야구게임 자리수 고정 Random rdm = new Random(); for (int i = 0; ..
자작프로그램
2015. 12. 2. 00:15