From fbab20129dc0a697e6badde94db3d83b2b23b8eb Mon Sep 17 00:00:00 2001 From: EdwardFine Date: Thu, 29 Sep 2022 16:12:39 -0700 Subject: Pseudo Code --- .../CST116-CH6-Debugging-Fine-Psuedo-Code.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt (limited to 'CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt') diff --git a/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt b/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt new file mode 100644 index 0000000..89250e9 --- /dev/null +++ b/CST116-Ch6-Debugging/CST116-CH6-Debugging-Fine-Psuedo-Code.txt @@ -0,0 +1,12 @@ +Enter temperature in Fahrenheit: 212 +212 degrees F = 100 degrees C + +C:\Users\edfin\Source\Repos\cst116-ch6-debugging-EdwardFine\CST116-Ch6-Debugging\x64\Debug\CST116-Ch6-Debugging.exe (process 22656) exited with code 0. +Press any key to close this window . . . + +Pseudo Code +Create floats celcius and fahrenheit +cout "Enter temperature in Fahrenheit: " +cin and assign value to fahrenheit +calculate celcius from fahrenheit +cout (fahrenheit) degrees F = (celcius) degrees C \ No newline at end of file -- cgit v1.2.3