Link Search Menu Expand Document

Max Value

Print the biggest number out of the given int variables a, b and c

Example:

For the given values

int a = 10;
int b = 15;
int c = 8;

The output should print: 15