diff options
| author | Hannah Wu <[email protected]> | 2022-10-11 21:09:04 -0700 |
|---|---|---|
| committer | Hannah Wu <[email protected]> | 2022-10-11 21:09:04 -0700 |
| commit | 28585c759a375fff1b4246a17db97f29b0009546 (patch) | |
| tree | 72de2a38d3f4fb2b760379873e96323b887a69a9 /Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt | |
| parent | Deleted old files. Replaced old files. (diff) | |
| download | cst116-lab0-debugging-wu-main.tar.xz cst116-lab0-debugging-wu-main.zip | |
Added answers to top of program. Corrected program. Added output textfile. Added pseudocode text file.HEADmain
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt b/Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt new file mode 100644 index 0000000..265a0ac --- /dev/null +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt @@ -0,0 +1,5 @@ +SET MONEY=123.45 +IF RAISE input=!0 THEN set value of RAISE + SET N= MONEY*RAISE + OUTPUT= MONEY+N +PRINT OUTPUT
\ No newline at end of file |