CodeHS
Join Discord
Donate
String-1 > helloName
public String helloName(String name) { return "Hello " + name + "!"; }