5.8k views
3 votes
How do I write a pseudocode algorithm to read a sequence of number terminated by the number 999 and print the sum of the positive numbers and the product of the two numbers?

User Taskmaster
by
3.4k points

1 Answer

0 votes

Answer: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.

Step-by-step explanation:

User Ericmarkmartin
by
3.7k points