- What Should Value Be Replaced With To Print Out A B D E F G Char Letters New Char A B C D 1 (32.34 KiB) Viewed 35 times
What should VALUE be replaced with to print out "a b d e f g"? char[][] letters = new char[] [] {{'a', 'b', 'c'}, {'d',
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
What should VALUE be replaced with to print out "a b d e f g"? char[][] letters = new char[] [] {{'a', 'b', 'c'}, {'d',
What should VALUE be replaced with to print out "a b d e f g"? char[][] letters = new char[] [] {{'a', 'b', 'c'}, {'d', 'e'}, {'f','g', 'h'}}; for (int r = 0; r < letters.length; r++) { for (int c = 0; c <VALUE; c++) { System out.print(letters [r][c] + " "); letters.length 2 letters[r].length