From 91863abaa25de63ac2e6cf9ed8c121f0c74eb527 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Tue, 4 Oct 2022 14:47:58 -0700 Subject: Pseudo Code added --- CST116-CH6-Lopez-Bonilla.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CST116-CH6-Lopez-Bonilla.txt diff --git a/CST116-CH6-Lopez-Bonilla.txt b/CST116-CH6-Lopez-Bonilla.txt new file mode 100644 index 0000000..2676908 --- /dev/null +++ b/CST116-CH6-Lopez-Bonilla.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. -- cgit v1.2.3