Unit 2 Task 27: US road trip temperatures

Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.

Unit 2 Task 27 - US road trip temperatures

← Unit 2 tasks · Solution


You have 7 daily forecasts in Celsius. For each day, convert to Fahrenheit using F = C × 9/5 + 32 and print both values.

Use a for loop.

Skills: for, formula in loop.