From b8ad331735d114f593a285741a55ffc66c5659fd Mon Sep 17 00:00:00 2001 From: Hannah Wu Date: Wed, 12 Oct 2022 02:12:07 -0700 Subject: Implemented changes to main file. --- CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt (limited to 'CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt b/CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt new file mode 100644 index 0000000..51828af --- /dev/null +++ b/CST116-Ch8-Debugging/CST116-Ch8-DebuggingPseudocode.txt @@ -0,0 +1,9 @@ + Integer "i" = 0 + Integer "count" uninitialized + + WHILE i > 10 + PRINT i + Add 1 to i + + FOR count = 0 to 10 + PRINT count \ No newline at end of file -- cgit v1.2.3