2D Arrays.I was attempting to get it to pass several different manners, then forgot to clean up before I poste...
2D Arrays.So my book provided me with a function prototype. [code] void printTable(int rows, int cols, TwoDimA...
Allowance Program(Two Dimensional Array)Hint about the day and week part: Array element positions start counting from 0 and end one less the...
Allowance Program(Two Dimensional Array)[code] int allowance [7][4]; for (i=0; i <4; i++) for(j=0; j<7;j++) { cout << "Enter ...
Files and Functions...And now I've a tinkered it to submission and it gave up on me. I am now getting an infinite loop and...
This user does not accept Private Messages