Input: `a`, `b`, `c`. Return: The largest number.
Input: 1, 2, 3
Output: 3
Run your code to see output