8000 GitHub - Minuring/cafe-order
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Minuring/cafe-order

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cafe-order

카페 주문 금액 계산 프로그램 리팩터링

요구사항

  • 아래 메뉴판을 가진 간단한 카페의 주문 시스템을 개선한다.
메뉴명 가격
아메리카노 1500
라떼 2000
모카 2500
크로와상 3000
  • 사용자는 메뉴와 개수를 입력하여 주문을 할 수 있다.
  • 주문을 마친 후 총액을 계산하여 알려준다.
  • 프로모션을 적용할 수 있다.
    • 대형 손님 환영: 음료를 5잔 이상 주문하면, 전체 음료 가격에서 10% 할인
    • 아메리카노 할인: 아메리카노 1잔 당 300원 할인

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0