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

[문자열 덧셈 계산기] 이수민 미션 제출합니다. #1904

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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# java-calculator-precourse
# java-calculator-precourse

### 구현할 기능 목록
1. 입출력 기본 기능
2. 계산 기능
1. 문자열 parsing
1. 커스텀 구분자 처리
2. 기본 구분자 처리: 쉼표(,) 또는 콜론(:)
3. 잘못된 사용자 입력 처리
2. 덧셈 계산