-
Notifications
You must be signed in to change notification settings - Fork 112
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
[로또] 이아름 미션 제출합니다. #103
Open
souk0712
wants to merge
16
commits into
woowacourse-precourse:main
Choose a base branch
from
souk0712:souk0712
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[로또] 이아름 미션 제출합니다. #103
Conversation
This file contains 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
- 개요 - 기능 요구사항
- 입력에 필요한 안내 메시지 - 출력에 필요한 메시지 - 에러 메시지 - 당첨금에 대한 상수 - 클래스 초기값 상수
- 유효성 검사 함수 - 당첨 번호로 Lotto 번호 중 같은 것의 개수 반환 함수 - 번호 하나로 Lotto 번호 중 같은 것이 있는지 반환 함수
- 여러 개의 Lotto들의 list - 구매 개수 대로 Lotto 생성 - Lotto 번호 list 반환 함수 - 당첨 번호로 등수별 각각의 Lotto 개수 반환 함수
- 1 ~ 5등까지의 맞는 개수, 상금, 보너스 번호 맞춘 여부
- 당첨 번호들과 보너스 번호 - 유효성 검사 - Lotto를 당첨 순위로 변경하는 함수
- 구입 금액, 구입한 로또 개수 - 유효성 검사 - 수익률 계산 함수 - 당첨금 총액 계산 함수
- 로또 구입에 필요한 입력 함수
- 로또 구입에 필요한 출력 함수
- 게임 시작 함수 - 구입 금액 입력 함수 - 로또 구매 함수 - 당첨 번호 입력 함수 - 보너스 번호 입력 함수
- LottoController 생성 후 실행
- Lotto class 객체 테스트 코드 작성 - 로또 번호 범위 검사 - 로또 번호 맞추기
- 구입 금액 입력시 정수가 아니면 예외 발생 - 당첨 번호 입력시 각각 정수가 아니면 예외 발생 - 보너스 번호 입력시 정수가 아니면 예외 발생
- 로또 여러 개를 출력 - 로또 갯수를 출력 - 당첨 통계를 출력
- 구입 금액은 음수이면 예외 발생 - 구입 금액은 1000원 단위가 아니면 예외 발생 - 수익률을 계산
- 보너스 번호가 중복이면 예외 발생 - 로또의 당첨 결과를 맞춰서 순위를 반환
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.