Cube of zeros

Report a typo

Create a 3x3x3 three-dimensional array that contains elements of type Int and is filled with zeros (0).

Print it using the function contentDeepToString().

Write a program in Kotlin
fun main() {
TODO()
}
___

Create a free account to access the full topic