Guest User

Untitled

a guest
Feb 20th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.18 KB | None | 0 0
  1. variable = gets
  2.  
  3. puts variable
  4.  
  5. case variable
  6. when "JS"
  7.   puts "Websites!"
  8. when "Python"
  9.   puts "Science!"
  10. when "Ruby"
  11.   puts "Web apps!"
  12. else
  13.   puts "I don't know!"
  14. end
Advertisement
Add Comment
Please, Sign In to add comment