diff options
| author | TheOtherTonyStark <[email protected]> | 2022-10-12 17:46:11 -0700 |
|---|---|---|
| committer | TheOtherTonyStark <[email protected]> | 2022-10-12 17:46:11 -0700 |
| commit | 98e2dacbdc349f135077a485fb43d96e40222b57 (patch) | |
| tree | 2eede3f6d6e4a04c861119ff1fb7494ebc0e8209 /CST116-Ch8-Debugging | |
| parent | Seventh Commit (diff) | |
| download | cst116-chapter8-debugging-theothertonystark-main.tar.xz cst116-chapter8-debugging-theothertonystark-main.zip | |
Diffstat (limited to 'CST116-Ch8-Debugging')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt index e69de29..d041355 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging-Psuedocode.txt @@ -0,0 +1,5 @@ +Choose initial variable i + Set that variable to 0 +Make a count function + Assign it to count up to 10 +Run program
\ No newline at end of file |