104: Mainline
Note that you must specify data types for parameters and returned values when you define a Java
method:
- You specify the data type of each parameter in each method
at the place where you introduce the parameter.
- You specify the data type of the value returned by
each method in every Java program at the place where you name
the method to be defined.