Cube of zeros

Report a typo

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

Print the list of lists in one string (just use print() or println() function).

Write a program in Kotlin
fun main() {
//write your code here
}
___

Create a free account to access the full topic