From dd769a96f2f7090c4806e3da07a5b5d8b7b3b677 Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Wed, 19 Oct 2022 10:48:29 -0700 Subject: Add files via upload --- CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt (limited to 'CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt') diff --git a/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt b/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt new file mode 100644 index 0000000..3d25964 --- /dev/null +++ b/CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt @@ -0,0 +1,9 @@ +CH 8 PseudoCode: + +Begin + Set "i" to 0 + +If i < 10 + Output "0, 1 , 2, 3, 4, 5, 6, 7, 8, 9" + +End \ No newline at end of file -- cgit v1.2.3