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”.
solved Multi-Dimensional String Arrays
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”.
solved Multi-Dimensional String Arrays