What Are The Rules For Writing Pseudocode?

What Are The Rules For Writing Pseudocode? Always capitalize the initial word (often one of the main 6 constructs). Have only one statement per line. Indent to show hierarchy, improve readability, and show nested constructs. Always end multiline sections using any of the END keywords (ENDIF, ENDWHILE, etc.). What are the three parts of pseudocode?