From 4fa89a7cf051d8a42f3d07598a3d8d06f1f4b956 Mon Sep 17 00:00:00 2001 From: prestonderek Date: Wed, 12 Oct 2022 14:05:08 -0700 Subject: exersize 2 complete --- CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 4dd5591..2e019e4 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -42,6 +42,7 @@ * 6) Fix the problem and re-run to verify the problem was corrected. ********************************************************************/ //exersize 1 complete +//exersize 2 complete. #include using std::cout; -- cgit v1.2.3