Write a lambda expression that calculates , where a, b, c are variables and x is the lambda parameter. The lambda is to have the (Int) -> Int type. Note that variables a, b, c are already declared.
Lambda expressions
Polynomial
Report a typo
Write a program in Kotlin
val lambda: (Int) -> Int = TODO("Provide implementation")
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.