Java - Arrays
Given a 2D array
int[][] data = {{1,2},{3,4},{5,6}};, which code snippet correctly calculates the sum of all elements?int[][] data = {{1,2},{3,4},{5,6}};, which code snippet correctly calculates the sum of all elements?15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions