We have a function isLarger
that takes two numbers, compares
them, and then returns true if
the first number is larger than
the second number. Otherwise, it
returns false.
Run it once to check if
10 is larger than 12.
Run it again to check if
300 is larger than 299.