From 3e2c9d4e4313aa60121e4eac00f5cf5b9623ffba Mon Sep 17 00:00:00 2001 From: Taylor Rogers Date: Tue, 11 Oct 2022 08:38:39 -0700 Subject: added pseudo code --- CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt new file mode 100644 index 0000000..49a5c6d --- /dev/null +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-pseudo-code.txt @@ -0,0 +1,8 @@ +1. Variable i = 0 +2. While i is less than 10: + a. Print i = i + 1 + b. Repeat until i = 10 +3. Variable count = 0 +4. For count less than 10: + a. Print count = count + 1 + b. Repeat until count = 10 \ No newline at end of file -- cgit v1.2.3