[ad_1]
if i ask to print array 1, 1 then i would get back “d”?
No that would return an error, as arrays start at 0.
So you must return words[0][0], that would get you back “d”.
[ad_2]
solved Multi-Dimensional String Arrays
[ad_1]
if i ask to print array 1, 1 then i would get back “d”?
No that would return an error, as arrays start at 0.
So you must return words[0][0], that would get you back “d”.
[ad_2]
solved Multi-Dimensional String Arrays