13. Suppose that int [][] triangle = new int[3][]; Write several statements to initialize triangle[0] as {1, 2}; triangle[1] as {3, 4, 5}; and triangle[2] = {6, 7, 8, 9};    14. Write public static int[] sums(int [][] arr) that returns an integer array, in which ith element is the sum of ith row of table arr.    15. Write public static boolean zeroDiagonal(int [][] arr) which returns true if the diagonal elements in table arr are all zeros.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter2: Using Data
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question

Requirements:

  • Use Java Programming only.
  • Show screenshots of your work.

 

13. Suppose that int [][] triangle = new int[3][]; Write several statements to initialize triangle[0] as {1, 2}; triangle[1] as {3, 4, 5}; and triangle[2] = {6, 7, 8, 9};

 

 14. Write public static int[] sums(int [][] arr) that returns an integer array, in which ith element is the sum of ith row of table arr. 

 

15. Write public static boolean zeroDiagonal(int [][] arr) which returns true if the diagonal elements in table arr are all zeros.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Passing Array as Argument
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT