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

[문자열 덧셈 계산기] 조예림 미션 제출합니다. #593

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

Conversation

YeRimmm-Cho
Copy link

문자열 덧셈 계산기 미션 구현 기능:

MissionUtils.Console.readLineAsync()와 MissionUtils.Console.print()를 사용해 사용자 입력을 받고 결과를 출력함
빈 문자열 입력 시 결과값으로 0을 반환
쉼표(,) 또는 콜론(:)을 구분자로 가지는 문자열을 전달하는 경우 구분자를 기준으로 분리한 각 숫자의 합을 결과값으로 반환
커스텀 구분자 기능 추가 (문자열 앞부분에 "//구분자\n" 형식으로 입력)
잘못된 값 입력 시 "[ERROR] 잘못된 문자가 포함되어 있습니다."라는 에러 메시지 발생 후 프로그램 종료
음수 입력 시 "[ERROR] 음수는 허용되지 않습니다."라는 에러 메시지 발생 후 프로그램 종료

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