From 7e865e58d907b29d0b8f33a7b0214ef3b29601b4 Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 11 Oct 2022 18:53:41 -0700 Subject: answered 4 --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 3 +++ 1 file changed, 3 insertions(+) (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 ea68315..2de9c46 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -33,6 +33,9 @@ * * 4) Check the value of i, now check the condition, does the * condition evaluate to true? +* +* No. +* * 5) Change the "< 0" to a "< 10". * 6) Stop debugging and repeat Steps 1 – 4 to verify the correction * worked. -- cgit v1.2.3