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