You are given two integer numbers as input, you need to define function max(a, b) that takes integer a and integer b and returns the maximum of them.
10 11
11
12 5
12
3 9
9
Test your solution here
when it passes, copy it and submit it here so your coach can grade it.