Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question: 1 why should a programmer indent their code? helps show the s…

Question

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 shows code - block structure, making it easier for others to understand and is part of good programming style.

Answer:

D. All of the above