Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[로또] 구원형 미션 제출합니다. #1356

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rndnjsgud
Copy link

No description provided.

프로젝트 요구사항을 통해 기능 구현 요구사항 및 예외처리, 등을 명세함
각 입력은 README.md에 명세한 대로 예외처리 완료
README.md에 보너스 번호 관련 기능이 누락되어 있어 해당 기능 및 예외 처리 경우 추가하여 명세함
보너스 번호를 입력받고, 명세한 예외처리 기능 구현 완료
입력된 구입 금액을 통해 구매로또 수를 계산하는 메소드 구현
주어진 요구사항대로 Randoms.pickUniqueNumbersInRange를 통해 6개의 로또 번호를 생성하는 메소드를 구현하고,
이 로또를 구매로또 수 만큼 생성하는 메소드 구현
 Enum으로 각 등수를 작성해두고 등수를 계산하는 메소드 구현
각 로또의 번호와 보너스 번호 일치를 확인한 후 이를 Map자료형으로 관리
해당 로또 결과를 작성해둔 Enum을 이용하여 등수를 정한 후 각 등수를 List형으로 관리
요구조건을 완벽하게 충족하지 못했습니다
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant