Write a method getLastFirst whose parameter is a string containing a name such as "Harry Smith" and that returns a string with the last name followed by a comma and the first name, like this: "Smith, Harry"
getLastFirst
"Harry Smith"
"Smith, Harry"