diff options
| author | Taylor Rogers <[email protected]> | 2022-10-08 09:18:53 -0700 |
|---|---|---|
| committer | Taylor Rogers <[email protected]> | 2022-10-08 09:18:53 -0700 |
| commit | 5f353c4542408c7a8ca56f8be6f418d0d2d18d6d (patch) | |
| tree | 16ed7a6a396f73afe3cfc1f8aa42d15f17194a40 /CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt | |
| parent | Added text file of program output (diff) | |
| download | archived-cst116-ch6-debugging-taylorrog-5f353c4542408c7a8ca56f8be6f418d0d2d18d6d.tar.xz archived-cst116-ch6-debugging-taylorrog-5f353c4542408c7a8ca56f8be6f418d0d2d18d6d.zip | |
Broke program, fixed it
Diffstat (limited to 'CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt')
| -rw-r--r-- | CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt b/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt new file mode 100644 index 0000000..30c1680 --- /dev/null +++ b/CST116-Ch6-Debugging-Rogers/CST116-Ch6-Pseudo-code-Rogers.txt @@ -0,0 +1,4 @@ +1. degF = input +2. print "Enter temperature in fahrenheit: [input]" +3. degC = 5.0 / 9.0 * (degF - 32) +4. print "[degF] degrees "
\ No newline at end of file |