The basic syntax for coding a static method
public|private static returnType methodName([parameterList]) { statements }