diff options
| author | [email protected] <[email protected]> | 2022-09-29 15:38:09 -0700 |
|---|---|---|
| committer | [email protected] <[email protected]> | 2022-09-29 15:38:09 -0700 |
| commit | 583dd6067d9a923e9fe00566302ab83707c1830b (patch) | |
| tree | 61f74d23be65572c803b82d2eea8216fff9f791c /Ch 5 Debugging Project/CST116-Lab0-pseudo-code.txt | |
| parent | I have done things to this file, or have I..? (diff) | |
| download | cst116-debugging-smith-main.tar.xz cst116-debugging-smith-main.zip | |
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 |