From c4d29bc1c05b98e12930266bc6a0b6db3262b41c Mon Sep 17 00:00:00 2001 From: JonCr Date: Wed, 12 Oct 2022 17:48:13 -0700 Subject: Finished --- CST116-Ch6-Crombie-pseudo-code.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CST116-Ch6-Crombie-pseudo-code.txt (limited to 'CST116-Ch6-Crombie-pseudo-code.txt') diff --git a/CST116-Ch6-Crombie-pseudo-code.txt b/CST116-Ch6-Crombie-pseudo-code.txt new file mode 100644 index 0000000..4a5440a --- /dev/null +++ b/CST116-Ch6-Crombie-pseudo-code.txt @@ -0,0 +1,6 @@ +Set fahrenheit equal to 0 +Set Celcius equal to 0 +Display "Enter temperature in Fahrenheit: " +Input fahrenheit +Calculate celsius from fahrenheit +Print value of fahrenheight " degrees F = " value of celcius " degrees C \ No newline at end of file -- cgit v1.2.3