Open
Conversation
기능을 구현하기에 앞서, 구현할 기능 목록을 정리하였습니다.
사용자가 구매 금액을 입력하면 입력값을 검증한 뒤, 그 입력값을 기반으로, PurchaseAmount 유효성 검증을 실행한다.
구입 금액에 해당하는 개수만큼 로또를 발행한다. 총 발행된 로또 수량과 각 로또 번호 목록을 출력해준다.
5개의 당첨 번호를 입력 받고, 입력받은 당첨번호의 예외상황을 처리해주었다.
사용자에게 보너스 번호를 입력 받는다. 1~30 범위 내에 한 개의 숫자를 입력받으며, 당첨 번호와 중복되지 않아야 한다.
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.