From 244e507b1248271ec7c37803a253614ffaeeebd4 Mon Sep 17 00:00:00 2001 From: CEOofOogaBooga Date: Sat, 1 Oct 2022 12:36:08 -0700 Subject: CST116 Chp6 finished --- CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt (limited to 'CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt') diff --git a/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt b/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt new file mode 100644 index 0000000..a07ef72 --- /dev/null +++ b/CST116-Ch6-Debugging/CST116 Ch6 pseudo code.txt @@ -0,0 +1,8 @@ +Under main +create and set fahrenheit to 0 +create and set celcius to 0 +output "enter temperature in fahrenheit" +input fahrenheit +set celcius ro 5.0/9.0*(fahrenheit-32) +output fahrenheit to "degrees F=" +output celcius to "degrees C" \ No newline at end of file -- cgit v1.2.3