Practice ยท 1 of 5
Sum of two numbers
Implement add(int a, int b) so it returns the sum. One line of real code โ the point is to make the compiler's type checking work for you.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Practice: Types at Work