int maxInt (int a, int b)int maxInt (int a, int b)int values. That is, the
result is the argument closer to the value of
Integer.MAX_VALUE. If the arguments have the same value,
the result is that same value.| Name | Type | Description |
|---|---|---|
a | int | An argument. |
b | int | Another argument. |
| Type | Description |
|---|---|
int | The larger of a and b. |