wap to calculate and print the sum of first 100 odd number
Answers
Answered by
1
for I=1 to 200. step1
a=a+l
next l
print "sum=";a
end
a=a+l
next l
print "sum=";a
end
pcbishwal:
it should be for I=1 to 200 step 2
Similar questions