From afa5452266d313fd02ccaf79ef85e63057e4d565 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 25 Oct 2022 20:27:14 -0700 Subject: Changed SIZE to 10 --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch10-Debugging') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index ec2db92..7cc5053 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -87,7 +87,7 @@ void FunctionTwo(const int varX[], const int varY[], int varZ[]); void PrintFunction(const int varX[], const int varY[], const int varZ[]); -const int SIZE = 5; +const int SIZE = 10; int main() { -- cgit v1.2.3