Exemplo n.º 1
0
 static void Main(string[] args)
 {
     Bank.AmountInBank(10, 16, 13, 10);
     Dispenser.Withdraw();
     Receipt.Print();
 }