From 73bbf276a3b60dc343f67dfb32ba21579172e7f8 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Tue, 11 Oct 2022 21:53:57 -0700 Subject: Final touches --- .../CST116-Ch8-Debugging-traver-Pseudo-Code.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt') diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt new file mode 100644 index 0000000..39ed4cf --- /dev/null +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-traver-Pseudo-Code.txt @@ -0,0 +1,12 @@ +int_var + i = 0 + count + +while i < 10 + output i + 1 + +for count = 0 + count < 10 + count + 1 + +output count \ No newline at end of file -- cgit v1.2.3