public void helloUser(String name) {
   System.out.println("Hello " + name + "!");
}
		
	

This user hasn't posted anything yet.