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

Monday, December 17, 2012

LearnStreet Sample Solution to Lesson 7 Exercise 1



def greater_than(num1, num2)
#your code here
    num1 >= num2
end

# method call
greater_than(6,7)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts