- VendingMachine/세연/1002 . . . . 5 matches
VendingMachine.GetMoney();
void GetMoney();
void vending_machine::GetMoney()
VendingMachine.GetMoney();
=== vending_machine::GetMoney () - 1, 3, 4번 원칙 ===
return ((getMoney() - drinks[drinkId]->price >= 0) &&
int getMoney () {
PrintCurrentMoney (vendingMachine.getMoney());
cout << vendingMachine.getMoney() << "원이 남았어요\n";
PrintCurrentMoney (vendingMachine.getMoney ());
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.