Open
Conversation
Co-authored-by: 권희준 <[email protected]>
Co-authored-by: 권희준 <[email protected]>
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.
안녕하세요, SCG 최연우입니다.
Java는 아직 익숙하지 않고, Python, C, C++는 조금 할 줄 압니다.
intelliJ IDEA 사용하였습니다.
미션 했을 때 어려웠던 부분
indent 제한 때문에 for 안에 if 못 넣는 것
LottoTicket, Lotto, Cashier 간 역할 분배
질문
"모든 원시 값과 문자열을 포장하라"에 대해 아직 완벽히 이해하지 못했습니다.
for문 안에 i도 Integer로 바꿔야 하나요? 전혀 의미가 없어 보이고, IDE에서도 다시 int로 바꾸라고 하더라고요. (일단 적용은 했습니다)
또한, 문자열을 포장한다는 것이 어떤 의미인가요? OutputView의 print문 안의 문자열도 포장해야 하나요?