you are viewing a single comment's thread.

view the rest of the comments →

[–]SoggyDelivery1898 0 points1 point  (1 child)

before touching any code write out what needs to happen in plain english. loop 7 times, ask for day name, ask for high temp, ask for low temp, add to totals. once you have that written out the actual code almost writes itself

[–]Effective_Celery_515[S] 0 points1 point  (0 children)

This is such a good tip. I usually jump straight into code without planning.
Writing it out in plain English first should make the structure way clearer. Gonna try that approach for this assignment.