Another Example
Call: printMax(7, 83, 20*5-52);
Command to be executed: print the largest of 7, 83 and 20*5-52
Note: the method name �printMax� has no meaning to Java. It is just a string of characters. We could have called it aaa, pm, mymethod, etc. . .
// Print the largest of x, y and z