diff options
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5 Debugging Psudo-Code.txt')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5 Debugging Psudo-Code.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5 Debugging Psudo-Code.txt b/CST116-Ch5-Debugging/CST116-Ch5 Debugging Psudo-Code.txt deleted file mode 100644 index 03dfbd8..0000000 --- a/CST116-Ch5-Debugging/CST116-Ch5 Debugging Psudo-Code.txt +++ /dev/null @@ -1,26 +0,0 @@ -print: - Joe Traver - CST 116 - Github ID - joetraver30 - -money = 123.45 - -print: - "you have $" -output = money - -prompt: - "Enter percent raise" -input = raise - - adendumn: - raise = raise * .01 - -money = money * raise - - adendumn: - money = money * (1+raise) - -print: - "After your raise you have $" - output = money |