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

[문자열 덧셈 연산기] 김채빈 미션 제출합니다. #1900

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

Conversation

beanbeen0
Copy link

No description provided.

구현할 기능의 목록과 동작의 전제를 작성.
- getInputString 메서드 작성. 입력메시지를 출력하고, 사용자로부터 문자열을 입력받는다.
- printResult 메서드 작성. 결과 메시지를 출력한다.
- main 메서드 작성. 입출력을 실행한다.
정규 표현식을 통해 입력 문자열의 유효성을 검증한다.
유효하다면 각 패턴에 따른 패턴 타입을 반환한다. 유효하지 않다면, 에러를 던진다.
입력 문자열에서 구분자와 표현식을 얻어낸다. 얻어낸 구분자로 표현식을 나누고, Integer 리스트로 변환한다.
@beanbeen0 beanbeen0 changed the title Beanbeen0 [문자열 덧셈 연산기] 김채빈 미션 제출합니다. Oct 21, 2024
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