Computer Science, asked by sumitsuthar8941, 1 year ago

Write different pseudo code conventions used to represent an algorithm.

Answers

Answered by monalisha132
2

Explanation:

Start with the algorithm you are using, and phrase it using words that are easily transcribed into computer instructions.

Indent when you are enclosing instructions within a loop or a conditional clause. ...

Avoid words associated with a certain kind of computer language.

Similar questions