define a method to take in a number and puts out the appropriate phrase using that number. ruby code example
Example: ruby method
def print_args(arg1,ar2)
puts arg1
puts arg2
end
def print_args(arg1,ar2)
puts arg1
puts arg2
end