How should I set up this c++ problem? I don't need it solved for me but a point in the right direction would be nice
问题 Here's the question I've been given: Create a 4X3 integer array and fill it, column by column using loops, with the odd numbers starting with 1. In a separate, one dimensional array, store the average of each column of the 4X3 array. Output the 4X3 array (as a 4X3 array) and output the average of each column underneath each column. Label these as the average. I just learned that I can make an array like this: N[4][3] , but should I even do that here? I feel like setting up an array for each