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

Tuesday, January 15, 2013

Codecademy Sample Solution: Implicit Return



def multiple_of_three(n)
  n % 3 == 0 ? "True" : "False"
end
#test
multiple_of_three(7)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts