Which statement about well-formatted code is true?
1.Well-formatted code is consistently aligned to the right margin to make it more readable.
2.Well-formatted code has no blank lines that could confuse the person reading it. 3.Well-formatted code is broken into meaningful segments to make it easier to understand.
4.Well-formatted code uses highlighting to feature important statements.

Respuesta :

Answer:

3.Well-formatted code is broken into meaningful segments to make it easier to understand.

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.

Answer:

Number 3 is right

Explanation:

RELAXING NOICE
Relax