Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Coffee coffee = new Coffee();
- if (coffee.Empty)
- {
- coffee.Refill();
- }
- else
- {
- coffee.Drink();
- }
- //I am a software developer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement