Feedback on: irt.org FAQ Knowledge Base Q4019
Technical:
Not technical enough
Comments:
There's one critical error in this tip. As u know, array indexing is zero-based in Java, so your tip should then say 'twoD[4][5] will reference the _sixth_ element in the _fourth_ row'.
Best regards ;)
Technical:
Not technical enough
Comments:
Oops, I really have to take a break. In previous posting correct is: '_sixth_ elment in the _fifth_ row.
Cheers