From 12faa15438107a0e5e06a8b5734ee399d8db66d1 Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Wed, 12 Oct 2022 21:26:15 -0700 Subject: Completed exercise 3 --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp index 8439556..17875d1 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -66,7 +66,7 @@ int main() // Breakpoint 1 // Put a breakpoint on the following line while (i < 10) - cout << i << endl; + cout << i++ << endl; // Breakpoint 2 // Put a breakpoint on the following line -- cgit v1.2.3