diff options
| -rw-r--r-- | main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,4 +1,3 @@ -//tyler taormina //cst 116 //dec 7, 2021 //Project 3 (Isabella Mon, Tyler Taormina) @@ -39,8 +38,6 @@ int main() ProcessChoice(flag, menu_choice, SIZE, mat1, mat2, matMult, tranMat, matSum); } - - cout << "Thanks for checking out the program!" << endl; return 0; } @@ -222,7 +219,6 @@ void ProcessChoice (int& flag, int menu_choice, int size, float mat1[SIZE][SIZE] } - void ClearBuffer() { // clears buffer after menu choice so as not to interfere with the following user inputs. |