Ordering of Parameters
There is an accepted style for ordering arguments in the formal argument list of a function.
Input arguments are listed first.
Input/output arguments are listed next.
Output arguments are listed last.