How do you dimension and input a 3x3 array?
This is my wrong attempt:
Dim arr As Double(3,3)
arr={1, 2, 3;4,5,6;7,8,9;}
Please give other ways or methods of doing the same thing!
Also ways of printing them out.
This is my wrong attempt:
Dim arr As Double(3,3)
arr={1, 2, 3;4,5,6;7,8,9;}
Please give other ways or methods of doing the same thing!
Also ways of printing them out.