Loading problems/LabTwo_ChapterSix.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,6 @@ bool labTwo_pOne(int arr1[], int arr2[], int size); * 5 10 11 8 * 9 6 7 12 * 4 15 14 1 * The sum of any row, column, or diagonal of the matrix equals 15. * The sum of any row, column, or diagonal of the matrix equals 34. */ bool labTwo_pTwo(int arr[], int size); No newline at end of file Loading
problems/LabTwo_ChapterSix.h +1 −1 Original line number Diff line number Diff line Loading @@ -84,6 +84,6 @@ bool labTwo_pOne(int arr1[], int arr2[], int size); * 5 10 11 8 * 9 6 7 12 * 4 15 14 1 * The sum of any row, column, or diagonal of the matrix equals 15. * The sum of any row, column, or diagonal of the matrix equals 34. */ bool labTwo_pTwo(int arr[], int size); No newline at end of file