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

[문자열 덧셈 계산기] 황유성 미션 제출합니다. #143

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

Conversation

StarSein
Copy link

No description provided.

구현할 기능을 README.md 에 작성함
1. StringSplitter: 문자열을 구분자들을 기준으로 나누는 기능 구현
2. TokenCalculator: 문자열 타입 숫자들의 합을 계산하는 기능 구현
1. InputProcessor: 입력받은 문자열에서 커스텀 구분자를 추출하는 기능
2. StringSplitter: 구분자 목록에 커스텀 구분자를 추가하는 기능
@StarSein
Copy link
Author

구현 내용에 오류가 있는 점 양해 부탁드립니다.
한 줄 입력을 '\n'으로 구분하는 것이 문제의 요구사항이지만,
저는 요구사항을 오해하여, 경우에 따라 두 번의 readLine 함수를 호출하게 구현하였습니다.

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