Write a function named sum that takes three integer numbers and returns their sum.
Use the provided code template.
Write a function named sum that takes three integer numbers and returns their sum.
Sample Input 1:
8
11
2Sample Output 1:
21Create a free account to access the full topic