1.

Q basic program to print the sum of first 50 odd numbers

Answer»

ANSWER:

CLS

IF a MOD 2=1 and a<100 then

Print a

END IF

END



Discussion

No Comment Found