diff options
| -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 |