From e0fbd28cd09211ac63894fa3eccb631e69173ffa Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 12 Oct 2022 22:05:36 -0700 Subject: Push 4 Added Pseudocode file --- Ch8-Debugging-Pseudocode.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Ch8-Debugging-Pseudocode.txt diff --git a/Ch8-Debugging-Pseudocode.txt b/Ch8-Debugging-Pseudocode.txt new file mode 100644 index 0000000..2588ee6 --- /dev/null +++ b/Ch8-Debugging-Pseudocode.txt @@ -0,0 +1,10 @@ +Set i = 0 + +Set count variable + +while i is less than 10 + add to the count variable + Display count + +for loop count set to zero, count is less than 10; add to count + Display count -- cgit v1.2.3