diff options
Diffstat (limited to 'CST116-ch5-Crombie-psuedo-code.txt')
| -rw-r--r-- | CST116-ch5-Crombie-psuedo-code.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/CST116-ch5-Crombie-psuedo-code.txt b/CST116-ch5-Crombie-psuedo-code.txt new file mode 100644 index 0000000..7523432 --- /dev/null +++ b/CST116-ch5-Crombie-psuedo-code.txt @@ -0,0 +1,13 @@ +Set money = 123.45 +Create "raise" variable + +Display current amount of money + "You have $[money]" + +Prompt user to enter raise amount + "Enter percent raise: " + +Add raise to current amount of money + +Display new amount of money + "After your raise you have $[money with raise]"
\ No newline at end of file |