Which of the following is not the basic data types in Kotlin? Select one: Lists Arrays Strings Numbers code example
Example: kotlin array
val a: Array<Double> = arrayOf(3.0, 4.5, 8.0, 19.0)
val a: Array<Double> = arrayOf(3.0, 4.5, 8.0, 19.0)