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

Monday, November 19, 2012

Codecademy: "Setting up the 'If' branch, part 1"


#sample solution


print "Type in a string:"
user_input = gets.chomp.downcase
puts "You entered: #{user_input}"

if user_input.include? "s"
  print "A string of your choice."
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts