Print a greeting on one line: the word Hello, a comma, a space, the name, then an exclamation mark. For the name "Ada" that is exactly: Hello, Ada!
void greet(String name)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.