From a5a77e888ad9f848e1b5e7c64cf275d626c444f0 Mon Sep 17 00:00:00 2001 From: alexandra-apetroaei Date: Wed, 26 Oct 2022 18:42:35 -0800 Subject: Added psuedo-code --- CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp index d60b4a2..64aa238 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Apetroaei.cpp @@ -84,7 +84,7 @@ void FunctionTwo(const int varX[], const int varY[], const int varZ[]); void PrintFunction(const int varX[], const int varY[], const int varZ[]); -const int SIZE = 5; // Notice how we used the const here! +const int SIZE = 10; // Notice how we used the const here! int main() { -- cgit v1.2.3