Write a C program which initially creates 2 two-dimensional integer arrays: arrayA and arrayB. The size of the arrays should be 4 x 4. The program should use scanf() to take an integer test input (x). The program should then create and print array A and array B as shown: array A [x, 2х, Зх, 4х, 2х, 4x, 6х, 8х, Зх, 6х, 9х, 12х 4x, 8x, 12х, 16х] Array B [2х, 3х, 4х, 5х, 4x, 6х, 8х, 10х, 6х, 9х, 12х, 15х, 8х, 12х, 16х, 20х ] The program should then create and print new arrays for each of the following situations: · An array containing the sum of corresponding cells in arrayA and arrayB · An array containing the sum of corresponding rows in arrayA and arrayB • An array containing the sum of corresponding columns in arrayA and arrayB

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 23PE
icon
Related questions
Question
Write a C program which initially creates 2 two-dimensional integer arrays: arrayA and arrayB. The size of the arrays should be 4 x 4.
The program should use scanf() to take an integer test input (x).
The program should then create and print array A and array B as shown:
array A
[x, 2х, 3х, 4х,
2х, 4х, 6х, 8х,
Зх, 6х, 9х, 12х
4х, 8х, 12х, 16х]
Array B
[2х, 3х, 4х, 5х,
4х, 6х, 8х, 10х,
6х, 9х, 12х, 15х,
8х, 12х, 16х, 20х]
The program should then create and print new arrays for each of the following situations:
· An array containing the sum of corresponding cells in arrayA and arrayB
· An array containing the sum of corresponding rows in arrayA and arrayB
• An array containing the sum of corresponding columns in arrayA and arrayB
Note: Please include exactly one space after each element in each array (including the last one), each row on a new line, and exactly one blank line after each array as shown in the
example.
For example:
Input Result
2
2 4 6 8
4 8 12 16
6 12 18 24
8 16 24 32
4 6 8 10
8 12 16 20
12 18 24 30
16 24 32 40
6 10 14 18
12 20 28 36
18 30 42 54
24 40 56 72
48 96 144 192
60 100 140 180
Transcribed Image Text:Write a C program which initially creates 2 two-dimensional integer arrays: arrayA and arrayB. The size of the arrays should be 4 x 4. The program should use scanf() to take an integer test input (x). The program should then create and print array A and array B as shown: array A [x, 2х, 3х, 4х, 2х, 4х, 6х, 8х, Зх, 6х, 9х, 12х 4х, 8х, 12х, 16х] Array B [2х, 3х, 4х, 5х, 4х, 6х, 8х, 10х, 6х, 9х, 12х, 15х, 8х, 12х, 16х, 20х] The program should then create and print new arrays for each of the following situations: · An array containing the sum of corresponding cells in arrayA and arrayB · An array containing the sum of corresponding rows in arrayA and arrayB • An array containing the sum of corresponding columns in arrayA and arrayB Note: Please include exactly one space after each element in each array (including the last one), each row on a new line, and exactly one blank line after each array as shown in the example. For example: Input Result 2 2 4 6 8 4 8 12 16 6 12 18 24 8 16 24 32 4 6 8 10 8 12 16 20 12 18 24 30 16 24 32 40 6 10 14 18 12 20 28 36 18 30 42 54 24 40 56 72 48 96 144 192 60 100 140 180
Expert Solution
steps

Step by step

Solved in 3 steps with 1 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
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