Respuesta :

Answer:

1.Always capitalize the initial word (often one of the main 6 constructs).

2.Have only one statement per line.

3.Indent to show hierarchy, improve readability, and show nested constructs.

4.Always end multiline sections using any of the END keywords (ENDIF, ENDWHILE, etc.).

Explanation: