From 803c462f9c981d4267f3358e4bf6130917d731e4 Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 11 Oct 2022 08:39:13 -0700 Subject: Extra commit --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 1 + 1 file changed, 1 insertion(+) (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 30743e8..7f691b4 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -35,6 +35,7 @@ * 4) Check the value of i, now check the condition, does the * condition evaluate to true? * +* * No, i = 0 * * 5) Change the "< 0" to a "< 10". -- cgit v1.2.3