Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

84 why does a programmer indent their code? a a key part of good progra…

Question

84 why does a programmer indent their code? a a key part of good programming style! b all of the above c helps show the structure of the code. d easier for other people to understand.

Explanation:

Brief Explanations

Indenting code es una parte clave del buen estilo de programación (opción A). También ayuda a mostrar la estructura del código (opción C) y lo hace más fácil de entender para otras personas (opción D). Por lo tanto, la opción correcta es la que incluye todas estas razones.

Answer:

B. All of the above