A two dimensional array uses for loops that iterates from 0 to i<3 and j=0 to j<2. Print the element which is at the ind
Posted: Thu Jul 14, 2022 2:19 pm
A two dimensional array uses for loops that iterates from 0 to i<3 and j=0 to j<2. Print the element which is at the index a[j]. int[]]=a{{10,20},{30,40},{50,70}};