diff options
Diffstat (limited to 'CST116-Ch6-Crombie-pseudo-code.txt')
| -rw-r--r-- | CST116-Ch6-Crombie-pseudo-code.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-Ch6-Crombie-pseudo-code.txt b/CST116-Ch6-Crombie-pseudo-code.txt new file mode 100644 index 0000000..4a5440a --- /dev/null +++ b/CST116-Ch6-Crombie-pseudo-code.txt @@ -0,0 +1,6 @@ +Set fahrenheit equal to 0 +Set Celcius equal to 0 +Display "Enter temperature in Fahrenheit: " +Input fahrenheit +Calculate celsius from fahrenheit +Print value of fahrenheight " degrees F = " value of celcius " degrees C
\ No newline at end of file |