diff options
Diffstat (limited to 'Ch8-Debugging-Pseudocode.txt')
| -rw-r--r-- | Ch8-Debugging-Pseudocode.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ch8-Debugging-Pseudocode.txt b/Ch8-Debugging-Pseudocode.txt new file mode 100644 index 0000000..2588ee6 --- /dev/null +++ b/Ch8-Debugging-Pseudocode.txt @@ -0,0 +1,10 @@ +Set i = 0 + +Set count variable + +while i is less than 10 + add to the count variable + Display count + +for loop count set to zero, count is less than 10; add to count + Display count |