Which of the following are examples of the good use of indentation and line breaks?
Choose all that apply.
the use of line breaks to
separate segments of code
the use of indentation to create segments of code that are easy to identify
the omission of line breaks so that code can be written without any interruption
the use of indentation that hides segments of code
ANSWER: A & B