If a method already exists, we just call it when we need it.

Sometimes, however, we want to create custom methods that do things that no built-in method can.

We start with the static and void keywords, a method name and parentheses. The lines in the braces are executed when we call the method.