Answer:
4)makes the flow of the program easier to follow
Step-by-step explanation:
When working for companies, lots of people have access to the same code. This means that the code has to be understandable, since we are going to need to use what another programmer has coded to do our part.
A way of making the code undestandable is by indenting the start and the finish of segments, so whoever sees the code will know what is done in that segment.
So the correct answer is:
4)makes the flow of the program easier to follow