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

[로또] 정승민 과제 제출합니다. #634

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

Conversation

HarenKei
Copy link

@HarenKei HarenKei commented Nov 8, 2023

No description provided.

구입 금액 입력과 당첨 번호 입력에 대한 테스트 케이스를 작성하였습니다.
입력 함수에서 검증해야 할 입력 조건을 기능 목록에 추가하였습니다.
사용자에게 금액 입력을 받는 함수 getInputPrice, 유효성 검사 함수 checkInputPrice를 구현하였습니다.
당첨 번호를 입력받는 함수 getInputWinnigNumber, 유효성 체크 함수 checkInputWinningnumber,
당첨 번호를 생성하는 makeWinningNumberArray 함수 추가
보너스 번호를 입력 받는 함수 getInputBonusNumber 추가
보너스 번호에 대한 유효성 검사 함수 checkInputBonusNumber 추가
Lotto class에 생성된 로또가 validate를 통과하면 반환하는 makeLotto 함수 구현
당첨번호 입력, 보너스 번호 입력 후 예외 발생시 재입력을 return 사용으로 변경
1장의 로또를 생성하는 makeEachLotto 함수 구현
금액만큼 로또를 생성하는 makeLottoArray 함수 구현
사용자의 입력 금액만큼 생성된 로또를 출력하는 함수 printLottoArray 구현
기존 배열을 출력하던 printEachLotto를 문자열로 변경
로또 결과를 확인하는 함수 checkLotto
각 로또 결과를 확인하는 함수 checkEachLotto
로또 총 상금을 계산하는 함수 calculateAwardPrice, calculateResults를 구현
수익률을 계산하는 기능을 기능 목록에 추가
cacluateResults 함수에 수익률을 계산하는 기능 추가
모든 기능 구현 완료되었으나 테스트 통과하지 못함.
그동안 즐거웠습니다!
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