개인 프로젝트

개인 프로젝트

숫자 야구게임[1일차]

import java.util.Random; import java.util.Scanner; public class baseball { private int loc3; // 세 번째 자리 수 private int loc2; // 두 번째 자리 수 private int loc1; // 첫 번째 자리 수 private int Iloc3; // 세 번째 자리 수 private int Iloc2; // 두 번째 자리 수 private int Iloc1; // 첫 번째 자리 수 private int Strike; private int Ball; private int Out; private int a; private int b; private int tryCount; private boolean flag; priva..

simun
'개인 프로젝트' 카테고리의 글 목록