닷넷 후에는 자바 계속 돌리기
개인프로젝트
//3번
int rn = new Random().nextInt(100);
System.out.println(rn);
//4번
int input = new Scanner(System.in).nextInt();
System.out.println("숫자입력");
System.out.println(input);
에 추가
728x90
'비트 장기 > JAVA' 카테고리의 다른 글
java복습 1 (0) | 2018.08.29 |
---|---|
8/14 java for문 연습 (0) | 2018.08.14 |
8/7 (8/4에 이어서 기본 예제 형식) (0) | 2018.08.07 |
8/1,8/2 복습 배운거 정리하기. (0) | 2018.08.06 |
8/3 복습(보충필요) (0) | 2018.08.04 |
댓글