Advertisement
Dprogrammed1

ruby ques 6

Jun 2nd, 2019
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.07 KB | None | 0 0
  1. hungry=false
  2. unless hungry
  3.  print "Not hungry"
  4. else
  5.  print "Hungry"
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement