diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-04 15:04:39 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-04 15:04:39 -0700 |
| commit | 27c25b76a46433211e3d776ea06f6a62b64a96cf (patch) | |
| tree | f6a7596a3889832facabf6d2a9a92fb35ef0c764 /CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt | |
| parent | Pseudo Code added (diff) | |
| download | cst116-ch6-debugging-buzzerbeaterclutch-27c25b76a46433211e3d776ea06f6a62b64a96cf.tar.xz cst116-ch6-debugging-buzzerbeaterclutch-27c25b76a46433211e3d776ea06f6a62b64a96cf.zip | |
Rename
Diffstat (limited to 'CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt')
| -rw-r--r-- | CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt b/CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt new file mode 100644 index 0000000..2676908 --- /dev/null +++ b/CST116-CH6-Lopez-Bonilla-Pseudo-Code.txt @@ -0,0 +1,11 @@ +Pseudo code for CH 6 + +Program begins + +Fahrenheit and celcius variables are indtroduced + +User input temperature in fahrenheit + +Conversion to celcius is done. Celcius = 5.0/9.0 * (fahreheit - 32) + +User is informed of the result. |