diff options
| author | EdwardFine <[email protected]> | 2022-10-12 16:10:16 -0700 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-10-12 16:10:16 -0700 |
| commit | dfeb2e10407ec9975cd1a8f561a79c8b3e26927a (patch) | |
| tree | b130e4d558749fa40f6d5d1522375e990ba6727d /CST116-Ch8-Debugging | |
| parent | Finished debugging (diff) | |
| download | cst116-chapter8-debugging-edwardfine-dfeb2e10407ec9975cd1a8f561a79c8b3e26927a.tar.xz cst116-chapter8-debugging-edwardfine-dfeb2e10407ec9975cd1a8f561a79c8b3e26927a.zip | |
Diffstat (limited to 'CST116-Ch8-Debugging')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt b/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt new file mode 100644 index 0000000..feaac1f --- /dev/null +++ b/CST116-Ch8-Debugging/CST116-CH8-Debug-Pseudocode.txt @@ -0,0 +1,29 @@ +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 + +C:\Users\edfin\Source\Repos\cst116-chapter8-debugging-EdwardFine\CST116-Ch8-Debugging\x64\Debug\CST116-Ch8-Debugging.exe (process 16584) exited with code 0. +Press any key to close this window . . . + + +Establish int i and set equal to 0 +Establish int count +While i <10, print i and add 1 to i until it breaks the loop. +For when count starts at 0, and while count <10, print count and add 1 to count until it breaks the loop.
\ No newline at end of file |