[로또] 구원형 미션 제출합니다. - #1356
Open
rndnjsgud wants to merge 8 commits into
Open
Conversation
프로젝트 요구사항을 통해 기능 구현 요구사항 및 예외처리, 등을 명세함
각 입력은 README.md에 명세한 대로 예외처리 완료
README.md에 보너스 번호 관련 기능이 누락되어 있어 해당 기능 및 예외 처리 경우 추가하여 명세함
보너스 번호를 입력받고, 명세한 예외처리 기능 구현 완료
입력된 구입 금액을 통해 구매로또 수를 계산하는 메소드 구현
주어진 요구사항대로 Randoms.pickUniqueNumbersInRange를 통해 6개의 로또 번호를 생성하는 메소드를 구현하고, 이 로또를 구매로또 수 만큼 생성하는 메소드 구현
Enum으로 각 등수를 작성해두고 등수를 계산하는 메소드 구현 각 로또의 번호와 보너스 번호 일치를 확인한 후 이를 Map자료형으로 관리 해당 로또 결과를 작성해둔 Enum을 이용하여 등수를 정한 후 각 등수를 List형으로 관리
요구조건을 완벽하게 충족하지 못했습니다
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.