1

(2 replies, posted in Java Problems)

public String helloName(String name)
{
  return "Hello "+name+"!";
}