From 6017e339125b0dde46f02c135eb6ac4bcf1e6625 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 12 Oct 2022 20:53:44 -0700 Subject: pseudo-codes --- CST116-Ch8-Debugging/CST116-Ch8-Debugging.cpp | 9 +++++++++ 1 file changed, 9 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 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 using std::cout; using std::endl; -- cgit v1.2.3