Write a basic program of the sum of odd number from 1-10?

or:Write a basic program of the sum of odd number from 1-10?or:Set a Sum variable to 0. Loop an index variable from 1 to 9, adding that index to Sum

or:Write a basic program of the sum of odd number from 1-10?


or:Set a Sum variable to 0. Loop an index variable from 1 to 9, adding that index to Sum, and adding 2 each iteration.

Tags:write,