Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

1.15.2 how to indent your code quiz question: 1 why should a programmer…

Question

1.15.2 how to indent your code quiz
question: 1
why should a programmer indent their code?
helps show the structure of the code
easier for other people to understand
indenting is a key part of good programming style
all of the above

Explanation:

Brief Explanations

Indentation in code helps show its logical structure. It makes the code easier for others to understand and is part of good - programming style.

Answer:

D. All of the above