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

[로또] 이지은 미션 제출합니다. #82

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

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    898e849 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7559f42 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    dc6d616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53b5857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32e7d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8da03c View commit details
    Browse the repository at this point in the history
  5. feat(Lotto.kt): 로또 번호 유효성 검사

    로또 번호 6개 입력,
    1부터 45 사이의 숫자인지,
    중복된 값이 없는지 검사
    jieeeunnn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a5f9a7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab4731d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7106be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    763a590 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22e1ba8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d00d74 View commit details
    Browse the repository at this point in the history
  11. feat(Validator.kt): 구입금액 유효성 검사 함수 구현

    빈값이 들어왔는지, 모두 숫자인지,
    0보다 큰 값인지, 1000원 단위인지 검사
    jieeeunnn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    6ead5e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b5ca74e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b721128 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e1cd813 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7ab7f9e View commit details
    Browse the repository at this point in the history
  16. feat(Validator.kt): 입력받은 당첨 번호 유효성 검사

    빈값을 입력했는지, 6개 값을 모두 입력했는지,
    1~45 범위 내에 있는지, 중복되는 값이 있는지 검사
    jieeeunnn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1cd58ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1dfa8a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e2b8f2a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5f53211 View commit details
    Browse the repository at this point in the history
  20. feat(Validator.kt): 보너스 번호 유효성 검사

    빈값을 입력했는지, 1~45 범위 내에 있는지,
    로또 번호와 중복되는지 유효성 검사
    jieeeunnn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    bbd7b6a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e400861 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4aba21f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c871f76 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9dcc294 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    173453b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f0dc807 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7d4a129 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f6c0c7a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4e47b39 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    41bdd6f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    915c0c9 View commit details
    Browse the repository at this point in the history
  32. feat(LottoResult.kt): 로또 결과 수익률 계산

    수익률은 '당첨금액 / 구입금액 * 100'으로 계산,
    결과값은 소수점 둘째 자리에서 반올림
    jieeeunnn committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    419212a View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e781007 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    66defe7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5737f3c View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    4745f77 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    1866c4d View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5fcf7e9 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    383a97c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7d2249d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    f533e13 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    df2e65f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fe60b65 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b8e83f1 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    37bd82e View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    5740c44 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    5df1b7e View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2d342e9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    45627a2 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1baced4 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    a965acf View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    8e7b59b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    93267bc View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    2ca4b77 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    cbe81ea View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    032f116 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    b68d854 View commit details
    Browse the repository at this point in the history