diff options
| author | Hannah Wu <[email protected]> | 2022-10-11 22:06:23 -0700 |
|---|---|---|
| committer | Hannah Wu <[email protected]> | 2022-10-11 22:06:23 -0700 |
| commit | f837997979477aaaad8ca56c6d1da217c735d147 (patch) | |
| tree | 5354c2b19ca8a586ef198a0c32bc0299be392845 /CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt | |
| parent | Fixed main file. Added psuedocode file. Added output text file. (diff) | |
| download | cst116-ch6-debugging-wu-main.tar.xz cst116-ch6-debugging-wu-main.zip | |
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt b/CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt new file mode 100644 index 0000000..b98c021 --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-DebuggingPseudocode.txt @@ -0,0 +1,7 @@ +SET FAHRENHEIT=0 +SET CELCIUS=0 +IF INPUT=!0 THEN SET INPUT=N + SET FAHRENHEIT = N-32 + SET CELCIUS = 5.0/9.0 +OUTPUT = CELCIUS*FAHRENHEIT +PRINT OUTPUT
\ No newline at end of file |