diff options
| author | Morgan Cyrus <[email protected]> | 2022-10-07 22:51:19 -0700 |
|---|---|---|
| committer | Morgan Cyrus <[email protected]> | 2022-10-07 22:51:19 -0700 |
| commit | d810fc5ff319eda17cd7e43170982b7a6bae2211 (patch) | |
| tree | 467751ab8d21bcfd257fd3887a3d8faf403c13c7 /CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code | |
| parent | Added name and class (diff) | |
| download | cst116-ch6-cyrus-d810fc5ff319eda17cd7e43170982b7a6bae2211.tar.xz cst116-ch6-cyrus-d810fc5ff319eda17cd7e43170982b7a6bae2211.zip | |
Create pseudo code file
Diffstat (limited to 'CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code')
| -rw-r--r-- | CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code b/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code new file mode 100644 index 0000000..43cc35d --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-CH6-Cyrus-pseudo-code @@ -0,0 +1,10 @@ +create variables for fahrenheit and celcius and set them to 0; + +print a message requesting user input a temp in degrees F; +store user input to fahrenheit variable; + +convert fahrenheit var to celcius and store in celcius var; + +print out degrees F and degrees C with respective variables and create a new line; + +end
\ No newline at end of file |