From 1ed00ca63285ef322071d350fa985f40edf0d6b9 Mon Sep 17 00:00:00 2001 From: Trevor Bouchillon Date: Mon, 10 Oct 2022 16:32:32 -0700 Subject: debug 2 value true --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 37d6a0a..37913e5 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -28,7 +28,7 @@ * 2) Step into the while loop. * 3) Why did the cout not execute? * **************************************************************************************** -* The cout is not part of the while loop +* The cout is not part of the while loop. * **************************************************************************************** * 4) Check the value of i, now check the condition, does the * condition evaluate to true? -- cgit v1.2.3