How can i print the sum of first 10 odd number in for next loop
Answers
Answered by
0
int a=0
for(i=0; i<9; i++){
a=a+1;
}
for(i=0; i<9; i++){
a=a+1;
}
Similar questions