Conversation
- 각 클래스에 생성할 메소드 분류 - 주의해야 할 사항 주석으로 정리
- 자동차 이름 입력과 검증 - 시도 횟수 입력과 검증
- 자동차 클래스의 메소드 작성 - 입력한 이름의 수만큼 자동차 객체 생성
- 에러 문구가 [ERROR]로 시작하도록 수정 - 에러 문구가 출력되도록 함
- 0-9 사이의 랜덤 값을 받아서 4이상이면 전진 - 각 횟수마다 이동 위치 출력하기
- 레이싱의 최종 우승자 출력하기 - 최대한 스트림 사용해서 작성해보기
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.
두 번째 챌린지도 작성 완료했습니다!
저번에 스터디할 때 자바에서 스트림 기능이 유용하다고 추천하신 것이 생각나서 이번에 코드 작성하면서 최대한 넣어보려고 노력했습니다!