From 7f8c694907454a988311eb122e35c19c0876003e Mon Sep 17 00:00:00 2001 From: Morgan Cyrus Date: Wed, 12 Oct 2022 21:47:12 -0700 Subject: Created text files... Final submit. --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (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 e24d5b8..e08c018 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp @@ -38,10 +38,10 @@ * done * set the while loop to: * while (i <= 0) - { - cout << i << endl; - } - +* { +* cout << i << endl; +* } +* * This resolves the issue and the while loop executes. * * 10) Stop debugging. -- cgit v1.2.3