Skip to content

Conversation

@abcworld123
Copy link

사전과제 제출합니다.

if (ball == 0) {
return "";
}
return String.format("%d볼", ball);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

띄어쓰기가 빠진 것 같습니다. "%d볼" -> "%d 볼" :)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

띄어쓰기 없는게 맞았네요!!

if (ball == 0) {
return "";
}
return String.format("%d볼", ball);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

띄어쓰기 없는게 맞았네요!!

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.

2 participants