A static method with no parameters and no return type
private static void printWelcomeMessage() { System.out.println("Hello New User"); }