Question: Assuming we created a 2D array called my2DArray using the following: intlll my2DArray new int[51[8]: How would you access the last element in third row?
Assuming we created a 2D array called my2DArray using the following: intlll my2DArray new int[51[8]: How would you access the last element in third row? my2DArray[21(7): my2DArray[3]: my2DArray[21[8] my2DArray[3](7]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
