Page 1 of 1

""Part 1: Variables, Decisions, and I/O 1. Write a program that will be called "Is It Cold In Canada Today?" 2. Ask

Posted: Fri Jul 08, 2022 6:39 am
by answerhappygod
""Part 1: Variables, Decisions, and I/O 1. Write a program that will be called "Is It Cold In CanadaToday?" 2. Ask a Canadian what is the threshold for cold 3. Receive the threshold in C0 (input) 4. See the current temperature in Fahrenheit 5. Receive today's temperature in F0 (input) 6. Making the necessary conversions, decide 7. Print if is it cold for a Canadian (output)