From b82a94c2030b51719c5eb9a162d54a66ce3ea240 Mon Sep 17 00:00:00 2001 From: jacobdw22 Date: Thu, 6 Oct 2022 16:09:10 -0700 Subject: simple changes --- cst116-ch8-debugging-wilson-pseudo-code.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cst116-ch8-debugging-wilson-pseudo-code.txt (limited to 'cst116-ch8-debugging-wilson-pseudo-code.txt') diff --git a/cst116-ch8-debugging-wilson-pseudo-code.txt b/cst116-ch8-debugging-wilson-pseudo-code.txt new file mode 100644 index 0000000..88bf8a8 --- /dev/null +++ b/cst116-ch8-debugging-wilson-pseudo-code.txt @@ -0,0 +1,6 @@ +Set i = 0; +Set count; +If i < 10, Display i++; //This displays the current value of i, then adds 1 to that value and saves it for the next loop.// +When i = 10, While loop = false; + +For count, when count < 10, add count++ and display count for that loop; \ No newline at end of file -- cgit v1.2.3