Computer Science, asked by Anonymous, 9 months ago

WAP a program to print sum of the following series:
1+3+5......50

Answers

Answered by nishkarshsiddharth
0

Explanation:

int x;

x=1;

for(;x<=50;)

{

x=x+2;

}

printf("%d+",x);

....I haven't able to understand the question completely....but my program will write what you have written

Answered by shreyasthegreat
0

.,.,.a.z.z.z.z.z.z.x.x

Similar questions