Conversation
LEARNING.md 는 무엇을 배웠는지를 스스로 정리할 필요가 있을 듯 해서 넣었음
LottoGame 은 게임의 내용(흐름)을 나타냄
LottoFactory - 로또를 생성(1~45까지 숫자 중에서 6개를 뽑아서 생성) NumberPicker - 입력받은 숫자들 중에서 입력받은 갯수만큼 뽑아서 리턴 - 정말로 뽑기하듯이 + 같은 위치의 수를 최대 1번만 뽑음
read from user input using scanner this need input check
[TODO] need to check input is valid
당첨 로또와 유저의 로또들을 가지고 분석하는 역할 - 각 등수가 얼마나 당청 되었는지 - 전체적인 수익 계산 분석할 때 필요한 메소드들을 Lotto와 WinningLotto에 추가함
올바른 입력일 때까지 계속해서 받음
입력으로 올바른 당첨 로또를 만들어 냄 올바르다는 것은 -6개의 숫자 (1~45사이의) -중복이 없는 숫자 -올바른 보너스 번호(올바른 범위 + 로또 번호와 중복없음)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.