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

[숫자 야구 게임]장은채 미션 제출합니다. #8

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

Conversation

silverchaeJ
Copy link

No description provided.

public class Application {

public static void checkF(int checknum, String pinnum) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

함수명을 좀더 직관적으로 바꿔주세요~

computer.add(randomNumber);
}
}
StringBuilder sb = new StringBuilder();
Copy link
Collaborator

Choose a reason for hiding this comment

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

StringBuilder가 아닌 String만 사용해서도 충분히 구현 가능합니다 방법을 생각해보세요~~

@genius00hwan
Copy link
Collaborator

야구게임에 필요한 기능들을 생각하면서 어떤 객체를 만들 수 있는 지 생각해보고 클래스를 분리해보세요~~

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