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