From 28585c759a375fff1b4246a17db97f29b0009546 Mon Sep 17 00:00:00 2001 From: Hannah Wu Date: Tue, 11 Oct 2022 21:09:04 -0700 Subject: Added answers to top of program. Corrected program. Added output textfile. Added pseudocode text file. --- Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project Pseudocode.txt') 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 -- cgit v1.2.3