
[Spring] 220729 7차 과제 : 로또 번호 배분/추첨/당첨자 발표 시스템 🎰
2022. 8. 1. 22:26
Backend/Spring & JPA
특수한 규칙을 가진 로또 시스템🎰 📑문제 https://cafe.naver.com/eddicorp/875 Collections 문제 [ 1 ] 굉장히 특수한 규칙을 가진 로또 시스템을 만들어봅시다. 로또 번호는 총 6가지로 각각의 숫자를 랜덤으로 생성해줍니다. 추가적으로 사용자에게 이름(별명)을 부여해주도록 합니다.... cafe.naver.com 🔍풀이 com.example.demo.controller.basic.seventh SeventhLottoController package com.example.demo.controller.basic.seventh; import com.example.demo.entity.basic.seventh.LottoCardManager; import com.example...