diff options
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 |