diff options
| author | jacobdw22 <[email protected]> | 2022-09-30 19:05:01 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-30 19:05:01 -0700 |
| commit | ef0b78aecde1bfe18a69161c5179a8b556e8945d (patch) | |
| tree | cbcb10340c3716fb48b589aeb6328dd74a382d4f /CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt | |
| parent | Final changes (diff) | |
| download | cst116-ch6-debugging-jacobdw22-main.tar.xz cst116-ch6-debugging-jacobdw22-main.zip | |
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt b/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt new file mode 100644 index 0000000..9b8b805 --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-Ch6-debugging-wilson-pseudo-code.txt @@ -0,0 +1,4 @@ +Display "Enter temperature in Fahrenheit:" +Read fahrenheit +celcius = 5.0 / 9.0 * (fahrenheit - 32) +Display fahrenheit "degrees F = " celsius "degrees C"
\ No newline at end of file |