aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp')
-rw-r--r--CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
index b674fe1..e92ae8f 100644
--- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
+++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp
@@ -66,6 +66,15 @@
*
* 7) Fix the problem and re-run to verify.
********************************************************************/
+
+
+//pseudo-codes
+//sets value for i
+//count is going to go from initial and final positions from the value of i
+//while i is less than 10, making i= 0-9
+//program counts from 0 - 9 and spits it into the console window
+
+
#include <iostream>
using std::cout;
using std::endl;