Hi friends
I am learning C# language online and came across this question
Code Exercise: Cola Machine
Please use the language of your choice to model a simple cola machine.
Within the cola machine, please create classes for the Drinks, Inventory and Bank.
The Inventory should hold multiple types of drinks and allow for drinks of varying prices to be bought.
The Bank should have a certain amount of money and be updated by the price of a cola when bought by a consumer.
Can anyone give me examples of the above excercies....thank you in advance