answersLogoWhite

0

loop i from 0 to num

check if num mod i equals 0

break

else

sum = sum + num


end the loop


print the sum

User Avatar

Wiki User

12y ago

What else can I help you with?