Question: Write a C++program which declares a two-dimensional integer array of four rows and four columns. Your program must: Ask the user to enter the numbers

Write a C++program which declares a two-dimensional integer array of four rows and four columns. Your program must: Ask the user to enter the numbers for the 2-D array using for looping statements. (You will be the user and enter the numbers after the program is executed.) 1. 2. Once the data is entered, your program must display as output the numbers entered in a 4 x 4 format. (use the endl and setw(n) features to format the output) 3. After displaying the numbers entered, you must multiply each number in the 2-D array by 2 and display the new array is the same format as in item 2 above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
