From 03387bd735676e1d2702877e352b3aeb75de71fd Mon Sep 17 00:00:00 2001 From: tafaar Date: Tue, 11 Oct 2022 18:53:56 -0700 Subject: did 5 --- 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 2de9c46..2aa65ca 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -72,7 +72,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line - while (i < 1) { + while (i < 10) { cout << i << endl; i++; } -- cgit v1.2.3