In C program   Given a 2-Dimensional Array, sum up all the numbers that are not in the corners of the 2-D array.   Example in the following 2-D Array:   5 7 1 6 2 6 1 8 1 5 4 7 5 8 9 1 4 4 5 1   I will not include those in the first and last row and those in the first and last column. I shall then only add 6+1+5+4+8+9 since all the other numbers are in the corner. To visualize: 5 7 1 6 2 6 1 8 1 5 4 7 5 8 9 1 4 4 5 1   Input 1. Number of Rows 2. Number of Columns 3. Elements of the 2-D Array   Output Enter number of rows: 5 Enter number of columns: 4 Elements: 5 7 1 6 2 6 1 8 1 5 4 7 5 8 9 1 4 4 5 1   Sum = 33

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 13RQ
icon
Related questions
Question
In C program
 
Given a 2-Dimensional Array, sum up all the numbers that are not in the corners of the 2-D array.
 
Example in the following 2-D Array:
 
5 7 1 6
2 6 1 8
1 5 4 7
5 8 9 1
4 4 5 1
 
I will not include those in the first and last row and those in the first and last column. I shall then only add 6+1+5+4+8+9 since all the other numbers are in the corner. To visualize:
5 7 1 6
2 6 1 8
1 5 4 7
5 8 9 1
4 4 5 1
 
Input
1. Number of Rows
2. Number of Columns
3. Elements of the 2-D Array
 
Output
Enter number of rows:
5 Enter number of columns:
4 Elements:
5 7 1 6
2 6 1 8
1 5 4 7
5 8 9 1
4 4 5 1
 
Sum = 33
 
Given a 2-Dimensional Array, sum up all the numbers that are not in the corners of the 2-D
array.
Example in the following 2-D Array:
5716
2618
1547
5891
4451
I will not include those in the first and last row and those in the first and last column. I shall then
only add 6+1+5+4+8+9 since all the other numbers are in the comer. To visualize:
5716
2618
4547
5894
4451
Input
1. Number of Rows
2. Number of Columns
3. Elements of the 2-D Array
Output
Enter number of rows: 5
Enter number of columns: 4
Elements:
5716
2.618
1547
5891
4.4 5 1
Sum = 33
Transcribed Image Text:Given a 2-Dimensional Array, sum up all the numbers that are not in the corners of the 2-D array. Example in the following 2-D Array: 5716 2618 1547 5891 4451 I will not include those in the first and last row and those in the first and last column. I shall then only add 6+1+5+4+8+9 since all the other numbers are in the comer. To visualize: 5716 2618 4547 5894 4451 Input 1. Number of Rows 2. Number of Columns 3. Elements of the 2-D Array Output Enter number of rows: 5 Enter number of columns: 4 Elements: 5716 2.618 1547 5891 4.4 5 1 Sum = 33
Tests
Executions
Expected Output
Enter number of rows: 5
Enter number of columns: 4
Elements:
57 16
2618
15 4 7
5891
4 4 5 1
Sum = 33
O Test Case 2
Your Output
No Output
Expected Output
Enter number of rows: 3
Enter number of columns: 3
Elements:
458
7 6 6
153
Sum = 9
Transcribed Image Text:Tests Executions Expected Output Enter number of rows: 5 Enter number of columns: 4 Elements: 57 16 2618 15 4 7 5891 4 4 5 1 Sum = 33 O Test Case 2 Your Output No Output Expected Output Enter number of rows: 3 Enter number of columns: 3 Elements: 458 7 6 6 153 Sum = 9
Expert Solution
steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Arrays
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning