Computer Science, asked by tejasurya3655, 10 months ago

How can i print the sum of first 10 odd number in for next loop

Answers

Answered by Anonymous
0
int a=0
for(i=0; i<9; i++){
a=a+1;
}
Similar questions