Why are there Blank Lines in the Code?

Why do we need to skip one string after updating each variable? Like the string number 9, 12, 15 etc is skipped in the solution. What is its significance?

Hi @cssslayer92405,

The newlines are only there for readability. Putting some whitespace between different sections makes it easier to scan the code to see where specific parts are (like the month October, for example).

1 Like

2 posts were split to a new topic: What rainfall Values to Assign?

its for good readerbility

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.