To write pseudo code, follow these steps:
1. Identify the problem: Understand the task or algorithm you want to describe.
2. Break it down: Divide the task into smaller steps or logical sequences.
3. Use simple language: Write instructions using plain, easy-to-understand words, focusing on the logic.
4. Define variables and operations: Specify necessary variables and their operations clearly.
5. Use control structures: Use standard programming structures like loops, conditions, and functions in a plain way.
6. Keep it readable: Ensure the pseudo code is clear, concise, and easily understandable without technically jargon.