Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
2D array question
Declare a two-dimensional rectangular array of integers called data with four rows and seven columns. Write a loop to initialize the third row of data to store the numbers 1 through 7. Once done, print to the screen the entire contents of data.