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

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# java-calculator-precourse
## java-calculator-precourse

# 1. 입력
요구사항에 맞게 입력을 받음

# 2. NULL 처리
빈 문자열일 경우 0을 반환

# 3. 기본 구문자 처리
쉼표(,)와 콜론(:)을 기준으로 문자열을 나눔

# 4. 커스텀 구분자 처리
커스텀 구분자("//", "\n")를 기준으로 문자열을 나눔

# 5. 잘못된 값 처리
잘못된 형식을 입력했을 경우 IllegalArgumentException 발생

# 6. 출력
요구사항에 맞게 출력