From 44a32fdc2d1ce46a27b5a68db68629c99fb8d405 Mon Sep 17 00:00:00 2001 From: tylr Date: Tue, 7 Dec 2021 22:42:40 -0800 Subject: Finished. --- main.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index b8c62c3..2b037d7 100644 --- a/main.cpp +++ b/main.cpp @@ -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. -- cgit v1.2.3