diff options
| author | levidavis04 <[email protected]> | 2022-10-12 15:28:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-12 15:28:05 -0700 |
| commit | fcf8a4c81a101f971b420e0d3a1daf0ab6b20869 (patch) | |
| tree | 75538bdefc77ca8f0afc03f0830bdfb831b8b23f /CST116-Ch6.Debugging-PseudoCode-Davis.rtf | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch6-debugging-levidavis04-fcf8a4c81a101f971b420e0d3a1daf0ab6b20869.tar.xz cst116-ch6-debugging-levidavis04-fcf8a4c81a101f971b420e0d3a1daf0ab6b20869.zip | |
Add files via upload
Diffstat (limited to 'CST116-Ch6.Debugging-PseudoCode-Davis.rtf')
| -rw-r--r-- | CST116-Ch6.Debugging-PseudoCode-Davis.rtf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CST116-Ch6.Debugging-PseudoCode-Davis.rtf b/CST116-Ch6.Debugging-PseudoCode-Davis.rtf new file mode 100644 index 0000000..6b3c4a8 --- /dev/null +++ b/CST116-Ch6.Debugging-PseudoCode-Davis.rtf @@ -0,0 +1,18 @@ +{\rtf1\ansi\ansicpg1252\cocoartf2639 +\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;} +{\colortbl;\red255\green255\blue255;} +{\*\expandedcolortbl;;} +\margl1440\margr1440\vieww11520\viewh8400\viewkind0 +\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\pardirnatural\partightenfactor0 + +\f0\fs24 \cf0 PseudoCode\ +\ +Set Fahrenheit to 0\ +Set Celcius to 0\ +\ +Print \'93Enter temperature in Fahrenheit: \'93\ +User entry = Fahrenheit\ +\ +Celsius = 5.0 / 9.0 * (Fahrenheit - 32)\ +\ +Print \'93(user entry) degrees F = (Celsius) degrees C\'94}
\ No newline at end of file |