Given two integers num1 and num2, return the sum of the two integers.
num1
num2
-100 <= num1, num2 <= 100
num1 = 12, num2 = 5
17
num1 = -10, num2 = 4
-6