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

[문자열 덧셈 계산기] 김지윤 미션 제출합니다. #580

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

Conversation

wayandway
Copy link

기능 (1) : 입출력 형식 지정

  • 쉼표(,) 또는 콜론(:)을 구분자로 가지는 문자열을 전달하는 경우 구분자를 기준으로 분리한 각 숫자의 합을 반환
  • @woowacourse/mission-utils의 Console API를 사용

기능 (2) : 커스텀 구분자 지정 기능

  • 문자열 앞부분의 //\n 사이에 위치하는 문자를 커스텀 구분자로 사용

기능 (3) : 에러 처리 (테스트 코드 반영)

  • 사용자가 잘못된 값을 입력하는 경우의 에러 처리
  • 함수 로직 개선

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