47.3k views
4 votes
Write the pseudo code that could be used for a program that will test if a number is off or even and print the result

User Hgl
by
3.5k points

1 Answer

7 votes

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.).

Step-by-step explanation:

User Grembo
by
3.7k points