""Part 1: Variables, Decisions, and I/O 1. Write a program that will be called "Is It Cold In Canada Today?" 2. Ask
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
""Part 1: Variables, Decisions, and I/O 1. Write a program that will be called "Is It Cold In Canada Today?" 2. Ask
""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)