https://kotlinlang.org logo
Title
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()) }