* Given a string name, e.g. "Bob", return a greeting of the form "Hello Bob!".
"#Given a string,return string made of its first 2 chars, so the String \"Hello\" yields \"He\".If the string is shorter than \n", "#length 2, return whatever there is, so \"X\" yields \"X\", and the ...