Write a program to sum odd numbers from 100 to130 using goto statement.
Answers
Answered by
0
Answer:
kydgdgxjgdydhfkyshfkhkdykdohdyidhfhdohdhksfautsgjgdkhdhodofhfufoufod
Explanation:
hope it help you
Answered by
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