Which of the following is not done by modern IDE editors to help the programmer?
A) Left indents all code
B) Applies color to comments
C) Provides auto-completion of code
D) Align sections of code appropriately

Respuesta :

Answer:

Left indents all code ( A )

Explanation:

The modern IDE ( integrated Development environment ) is an application used by developers when writing codes, it has some functions which helps the developer save time while writing his codes. and some of those functions are : auto-completion of code, applying color where necessary to help show the developer detect an  error easily. it also helps to align sections of code appropriately.