Join Slack
Powered by
<Complete the function initialization with the ret...
# stackoverflow
u
user
07/08/2022, 10:11 AM
Complete the function initialization with the return value of Map below with the following key-values
Complete the function initialization with the return value of Map below with the following key-values: key: type value: car key: maxSpeed value: 300Km/s key: maxTank value: 75Ltr fun vehicle() = mapOf() fun main() { println(""" My Map Result: ${vehicle()} """.trimIndent()) }
5
Views
Open in Slack
Previous
Next