Max

Report a typo

Write a lambda expression that takes two integer arguments and returns the greatest of them.

Write a program in Kotlin
val lambda: (Int, Int) -> Int = TODO("Provide implementation")
___

Create a free account to access the full topic