Get the max among all numbers.
Rest
numbers.
The max numbers among them.
numMax(1, 2, 3); // Outputs 3n Copy
numMax(1, 2, 3); // Outputs 3n
Get the max among all numbers.