WAP a program to print sum of the following series:
1+3+5......50
Answers
Answered by
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
0
.,.,.a.z.z.z.z.z.z.x.x
Similar questions
Economy,
4 months ago
Social Sciences,
4 months ago
Math,
9 months ago
India Languages,
9 months ago
Math,
1 year ago
World Languages,
1 year ago
Math,
1 year ago