From c6f69567192d5d5db4f641dc584f77eabdb47bfc Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 11 Oct 2022 18:53:23 -0700 Subject: answered 3 --- 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 a255b4b..ea68315 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -28,6 +28,9 @@ * 1) Run to Breakpoint 1. * 2) Step into the while loop. * 3) Why did the cout not execute? +* +* i is not less than 0. +* * 4) Check the value of i, now check the condition, does the * condition evaluate to true? * 5) Change the "< 0" to a "< 10". -- cgit v1.2.3