Answer:
3.Well-formatted code is broken into meaningful segments to make it easier to understand.
Step-by-step explanation:
Code readability is a subject that is learnt by most developers. Well-formatted code will not speed up the execution of your code, but will most definitely simplify finding errors. Programmers should make it a habit of having standard and clear code for easier readability.