diff options
| author | JonCr <[email protected]> | 2022-10-12 17:48:13 -0700 |
|---|---|---|
| committer | JonCr <[email protected]> | 2022-10-12 17:48:13 -0700 |
| commit | c4d29bc1c05b98e12930266bc6a0b6db3262b41c (patch) | |
| tree | 5dc98a2faa9b1d6cfda41f8987e942441866e2f7 /CST116-Ch6-Crombie-pseudo-code.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch6-debugging-cognitiveshadow-main.tar.xz cst116-ch6-debugging-cognitiveshadow-main.zip | |
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 |