Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, January 15, 2013

Codecademy Sample Solution: When and Then: The Case Statement



puts "Hello there!"
greeting = gets.chomp

# Add your case statement below!
case greeting
when "English" then puts "Hello!"
when "French" then puts "Bonjour!"
when "German" then puts "Guten Tag!"
when "Finnish" then puts "Haloo!"
else puts "I don't know that language!"
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts