-
Notifications
You must be signed in to change notification settings - Fork 250
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
[Java-2주차] 유호연 사다리 미션 제출합니다. #417
Open
yuho9
wants to merge
23
commits into
woowacourse:main
Choose a base branch
from
yuho9:yuho
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
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
- 문자 형태로 사람이름을 모두 입력받음 - 쉼표를 기준으로 입력받은 문자를 구분 - 구분한 문자를 List에 저장
- 숫자를 입력받음
- 5 - (이름의 길이) 만큼 공백을 포함하여 출력
- 앞의 값이 0인지 1인지 판별 - 0일 경우 1,0 모두 가능 / 1일 경우 0만 가능
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.
사다리 1단계
요구사항
입력
참여할 사람 이름을 입력
문자 형태로 사람이름을 모두 입력받음
쉼표를 기준으로 입력받은 문자를 구분
구분한 문자를 List에 저장
오류처리 : 5자이하
최대 사다리 높이 입력
숫자를 입력받음
오류처리 : 숫자가 아닌 문자를 입력 받았을 때 / 0이하의 수일때
사다리 생성
출력
참여한 사람 이름 출력
5 - (이름의 길이) 만큼 공백을 포함하여 출력
사다리 출력
이름 아래에 세로 사다리가 오도록 공백 출력
| 사이에 가로 사다리 출력
사다리 2단계
요구사항
문자 형태로 사람이름을 모두 입력받음
쉼표를 기준으로 입력받은 문자를 구분
구분한 문자를 List에 저장
#결과 출력
실행결과 영상
https://drive.google.com/drive/folders/1NSHvgaqJSKyRHoz37W8AvLPZxcdsHQ0y?usp=drive_link
추가 구현
에러처리
신경쓴 부분
고민한 부분
구현 중 어려웠던 부분