diff options
Diffstat (limited to 'Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt')
| -rw-r--r-- | Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt b/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt new file mode 100644 index 0000000..257d12b --- /dev/null +++ b/Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt @@ -0,0 +1,6 @@ +1. Create the float variable "money" and set its value to 123.45 +2. Create the float value "raise" +3. Output how much money the variable "money" +4. Ask the user for the percent raise they wish to set and set their input to the variable "raise" +5. Add the value of "money" * "raise" to the initial value of "money" +6. Output the new value of the variable "money"
\ No newline at end of file |