From c6f3e36e32e27c52d13af1d6b6584ae0893882e2 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 2 Nov 2022 22:05:08 -0700 Subject: Commit for pseudocode --- CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp') diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp index fd1bc43..2e3fe3b 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.cpp @@ -69,8 +69,7 @@ const int EMPLOYEES = 20; const int MAX = 21; int ReadData(ifstream& inFile, ofstream& outFile, char name[][MAX], int age[]); -void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], - int counter); +void WriteOutputFile(ofstream& outFile, char name[][MAX], int age[], int counter); void PrintTotalsAndSummary(ofstream& out, int totalRecords); int main() -- cgit v1.2.3