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

Monday, November 19, 2012

Codecademy: "Try It Out!"


#sample solution

odds = [1,3,5,7,9]

# Add your code below!
odds.each {|x|
  print "#{x * 2}"
}

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts