Computer Science, asked by Raider69, 5 hours ago

Write a program to sum odd numbers from 100 to130 using goto statement.

Answers

Answered by somjitsardar481
0

Answer:

kydgdgxjgdydhfkyshfkhkdykdohdyidhfhdohdhksfautsgjgdkhdhodofhfufoufod

Explanation:

hope it help you

Answered by meister123prasan
1

Answer:

This is a qbasic program

CLS

for i =101 to 130 step 2

a=a + i

next i

Print "sum of odd numbers=";a

end

Explanation:

Finally output will be 1725

Similar questions