Question: Name: Special Assignment One Write a C++ program which declares a two-dimensional integer array of four rows and four columns. Your program must: 1. Ask
Name: Special Assignment One Write a C++ program which declares a two-dimensional integer array of four rows and four columns. Your program must: 1. 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.) 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) and display the new array is the same format as in item 2 above. You must turn in the output display screen with both arrays. Save the assignment as a pdf file for uploading in taskstream Ensure your name, major, subject and the date are on your assignment. 3. After displaying the numbers entered, you must multiply each number in the 2-D array by 2 4. 5. 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
