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

Monday, December 17, 2012

LearnStreet Sample Solution to Lesson 6 Exercise 6



def how_old(first_name, last_name, age)
# your code here
    first_name+" "+last_name+" is "+age+" years old."
end

how_old("Jack", "Anderson", "28")

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts