Advertisement
jordanov

Untitled

Dec 19th, 2015
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. Coffee coffee = new Coffee();
  2.  
  3. if (coffee.Empty)
  4. {
  5.     coffee.Refill();
  6. }
  7. else
  8. {
  9.     coffee.Drink();
  10. }
  11.  
  12.  
  13.  
  14. //I am a software developer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement