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

[자동차 경주] 윤지우 미션 제출합니다. #90

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

Conversation

jooprogram
Copy link

자동차 경주 설명

초간단 자동차 경주

경주할 자동차의 이름과 시도 횟수를 입력받아 자동차 경주를 진행하고 그 결과를 출력하는 프로그램

기능 요구사항

  1. 주어진 횟수동안 자동차는 전진 혹은 정지 가능
  2. 자동차 이름을 부여하고 경기를 출력할 때, 자동차 이름 함께 출력
  3. 입력받은 자동차 이름은 쉼표(,)로 구분
  4. 자동차 이름은 5자 이하만 가능
  5. 이동 횟수 입력
  6. 전진 조건: 0~9 사이의 랜덤 값을 입력받아 무작위 값이 4이상일 경우 전진
  7. 자동차 경주 완효 후, 우승자 출력
  8. 우승자는 다수 가능
  9. 우승자가 여러 명일 경우, 쉼표(,)로 구분
  10. 입력값이 잘못된 경우, IllegalArgumentException 발생 후 종료

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