Question: Why doesn't this code compile?
- infix function must be marked public
- In Kotlin, add is a keyword
- Extension functions use `it`, not `this`, as the default parameter name
- infix functions cannot have default values
Answer: The correct answer of the above question is Option D:infix functions cannot have default values