numbers = Array{Int}(undef, 2,2)
println(typeof(numbers))
I attempted to use push!()
but I kept getting an error. Is there a method specifically to add elements to multidimensional arrays?
4 posts - 2 participants
numbers = Array{Int}(undef, 2,2)
println(typeof(numbers))
I attempted to use push!()
but I kept getting an error. Is there a method specifically to add elements to multidimensional arrays?
4 posts - 2 participants