Skip to content

OOP를 공부하고자 만들어본 Vending-Machine by TS

Notifications You must be signed in to change notification settings

minjman2659/Vending-Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vending-Machine(OOP)

OOP를 공부하고자 만들어본 Vending-Machine by TS
자판기에서 사용자가 원하는 상품들을 얻기까지의 메커니즘을 TS(OOP)로 구현
image

전제조건

  1. 사용자가 사용가능한 결제수단
    a. 현금 : 100원 / 500원 / 1,000원 / 5,000원 / 10,000원권 사용가능
    b. 카드 : 카드결제 가능

  2. 구매 가능한 음료수
    a. 콜라 : 1,100원
    b. 물 : 600원
    c. 커피 : 700원

  3. 구매 가능한 과자
    a. 치토스 : 1,500원
    b. 고래밥 : 1,000원
    c. 초코칩 : 2,000원

About

OOP를 공부하고자 만들어본 Vending-Machine by TS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published