From dd38423258f9fe824e3e0d51564f146f69b2fb67 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Sat, 22 Oct 2022 12:04:00 -0700 Subject: Completed exercise 1 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 1e3d58b..bc7ada8 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -81,8 +81,7 @@ using std::setw; void GetAndDisplayWelcomeInfo(); void FunctionOne(int varX[], int varY[]); void FunctionTwo(const int varX[], const int varY[], int varZ[]); -void PrintFunction(const int varX[], const int varY[], - const int varZ[]); +void PrintFunction(const int varX[], const int varY[], const int varZ[]); const int SIZE = 5; -- cgit v1.2.3