Guest User

Untitled

a guest
Apr 24th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. while (text=gets.chomp)!='BYE'
  2. if text == ""
  3. puts "DID YOU SAY SOMETHING?"
  4. elsif text == text.upcase then
  5. puts "NO, NOT SINCE 19#{rand(21)+30}"
  6. elsif text == text.downcase || text == text.capitalize
  7. puts "SPEAK UP, I CAN'T HEAR YOU"
  8. else
  9. puts "STOP MUMBLING AND SPEAK UP!"
  10. end
  11. end
Add Comment
Please, Sign In to add comment