Greet Me Write a method that takes one argument as name and then greets that name, capitalized and ends with an exclamation point. Example: GreetMe.greet("riley"); // returns "Hello Riley!" GreetMe.greet("JACK"); // returns "Hello Jack!"