diff options
| author | huntbyrne <[email protected]> | 2022-10-19 10:48:29 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-19 10:48:29 -0700 |
| commit | dd769a96f2f7090c4806e3da07a5b5d8b7b3b677 (patch) | |
| tree | dec00f297ac7d891fc177219104acfd054cf718f /CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt | |
| parent | Update CST116-Ch8-Debugging.cpp (diff) | |
| download | cst116-chapter8-debugging-huntbyrne-main.tar.xz cst116-chapter8-debugging-huntbyrne-main.zip | |
Diffstat (limited to 'CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt')
| -rw-r--r-- | CST116-Ch8-Debugging/CH8 PSEUDOCODE..txt | 9 |
1 files changed, 9 insertions, 0 deletions
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 |