Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: DragoxCM16 on May 5, 2020



Title: Assume boolean[][] x = new boolean[5][7], what are x.length and x[2].length?
Post by: DragoxCM16 on May 5, 2020
Assume boolean[][] x = new boolean[5][7], what are x.length and x[2].length?

▸ 5 and 7

▸ 4 and 4

▸ 4 and 5

▸ 5 and 6

▸ 5 and 5


Title: Assume boolean[][] x = new boolean[5][7], what are x.length and x[2].length?
Post by: kamronet on May 5, 2020
Content hidden