Determine the result

Report a typo

You have a function:

fun sum(a: Int = 1, b: Int, c: Int = 2, d: Int = 4) = a + b + c + d

What does this invocation print?

println(sum(5, 6))
Select one option from the list
___

Create a free account to access the full topic