1
AssignmentMultiple Select

Readable Code

Question 1 • VA-Information Technology Fundamentals B

Which of the following is true of code that is formatted for readability? Choose all that apply.

Answer
A
It makes good use of indentation.
B
It makes good use of line breaks.
C
It is broken into meaningful segments.
D
It is consistently aligned with the left margin without indentation.
Which of the following is true of code that is…