From e9e861c93f6aa99c72f73fa63632f5832c11eb38 Mon Sep 17 00:00:00 2001 From: "smithbenjamin2022@gmail.com" Date: Thu, 20 Oct 2022 20:18:08 -0700 Subject: BANANAS --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (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 a2831ed..dd3629c 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -100,6 +100,7 @@ int main() // Breakpoint 3 // Put breakpoint on the following line FunctionTwo(varX, varY, varZ); + varZ[0] = -99; PrintFunction(varX, varY, varZ); return 0; -- cgit v1.2.3