102
Chat with our AI personalities
Start print "the sum of all even numbers is infinite" end
sum = 0 for(n = 0; n <= 10; n += 2) sum += n;
There are 21 hundreds in 2100.
1.start 2.n=1,s=0 3 compute s=s+n 4 compute n=n+1 5 check n<=10 go to step3 else go to step 7 6 display s 7 stop
even numbers