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

Monday, December 17, 2012

LearnStreet Sample Solution to Lesson 5 Exercise 9



def account.square_of_num(num1, num2)
sum =  num1 + num2
sum * sum
end

#Call the method here
account.square_of_num(3, 4)

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts