I need help with a C++ assignment:
Given the following array and variables, print the array so thatall the items from 1 row are printed before any items on the secondrow, etc. use a for loop
float TestData[10][20];
int row, col;
Expert Answer
An answer will be send to you shortly. . . . .