128k views
5 votes
Anyone good with putting algorithms in pseudocode? :))

Anyone good with putting algorithms in pseudocode? :))-example-1

1 Answer

6 votes
total = 0

for i in numbers:
total += i

print total

You might need ot reformat it slightly based on what is in your psuedocode guide so that it is closer to what they are expecting.
User ZaneDarken
by
7.4k points