/* maxOf3() -----------------------------------
* returns max of i, j, k
*/
int maxOf3(int i, int j, int k){
// body of function goes here...
}
Functions are like mini-programs. Programs begin with a program header comment. Therefore, functions are preceded by a function-header comment.
(Reckoning is an odd term today, but in the seventeenth century it meant computation, ...)