4 lines
92 B
Kotlin
4 lines
92 B
Kotlin
val a = 0
|
|
val b = 0
|
|
val c = 0
|
|
val ds = doubleArray(a.toDouble(), b.toDouble(), c.toDouble()) |