Methods
In order to make large software systems manageable, we divide them into modules.
Modules in Java are called classes and methods.
Programmers write methods to define perform tasks.
A method is invoked, by a method call.
Methods can take arguments as input
Methods can return results.