check if num mod i equals 0
break
else
sum = sum + num
end the loop
print the sum
Chat with our AI personalities
Start accept 7 number calculate sum print sum stop
Expressed in Roman numerasl 11000 is (XI) which means 1000*11 = 11000
Eleven thousand
Roman Numeral for: 10000= X with horizontal bar above it 1000=M Therefore: ............_ 11000= XM
There are many methods of generating pseudorandom numbers. Some of them are middle square (not very good), Mersenne twister, linear congruential generator (one the oldest used in math libraries, but subject to sequential corellation artifacts), and cryptographically secure generators.