Allowed languages C Problem Statement Create a program that will compute for the diagonal of a matrix. Input Input starts with a number N and is followed by N pair of number (s) and matrix. s pertains to the size of the matrix Output The sum of the diagonals of the matrix. Limits 1 <= N, s < 20 -100 <= elements of matrix <= 100 Notes Problems will have test cases that are not listed in their specification. Your solution must produce the right output for these hidden test cases. Sample Input #1 3 2 1 -1 -1 1 4 1 2 3 4 2 3 4 1 3 4 1 2 4 1 2 3 5 1 0 0 0 0 0 1 0 0 0 00100 0 0 0 1 0 0 0 0 0 1 Sample Output #1 285 Copy Copy

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 12PE
icon
Related questions
Question
✓ Allowed languages
C
Problem Statement
Create a program that will compute for the diagonal of a matrix.
Input
Input starts with a number N and is followed by N pair of number
(s) and matrix. s pertains to the size of the matrix
Output
The sum of the diagonals of the matrix.
Limits
1 <= N, s <= 20 -100 <= elements of matrix <= 100
Notes
Problems will have test cases that are not listed in their
specification. Your solution must produce the right output for
these hidden test cases.
Sample Input #1
3
2
1 -1
-1 1
4
1 2 3 4
2 3 4 1
3 4 1 2
4 1 2 3
5
1 0 0 0 0
0 1 0 0 0
0 0 1 0 0
0 0 0 1 0
0 0 0 0 1
Sample Output #1
2
8
5
Copy
Copy
Transcribed Image Text:✓ Allowed languages C Problem Statement Create a program that will compute for the diagonal of a matrix. Input Input starts with a number N and is followed by N pair of number (s) and matrix. s pertains to the size of the matrix Output The sum of the diagonals of the matrix. Limits 1 <= N, s <= 20 -100 <= elements of matrix <= 100 Notes Problems will have test cases that are not listed in their specification. Your solution must produce the right output for these hidden test cases. Sample Input #1 3 2 1 -1 -1 1 4 1 2 3 4 2 3 4 1 3 4 1 2 4 1 2 3 5 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 Sample Output #1 2 8 5 Copy Copy
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Array
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr