From 2b0da22f982854f107c02dc7904bfdb8eccdce31 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Fri, 21 Oct 2022 10:23:23 -0700 Subject: verified results at end of exercise two. --- CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp index 4030c20..b7a6604 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.cpp @@ -147,3 +147,4 @@ void PrintFunction(const int varX[20], const int varY[20], << "\t " << varY[x] << "\t " << varZ[x] << endl; } +//results at end of exercise two are correct. -- cgit v1.2.3