Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
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.