Computer Science, asked by nasirabdul9710, 11 months ago

Complete the following program and find the output?
int x;
x = 7;
while (x > = 0)
x = x - 2;
printf (""%d/n"",x);

Answers

Answered by ravi34287
0
If the sum of first m terms of an Ap is n and first n terms of same AP is m..Show that sum of first (m+n) terms of it is -(m+n)
Similar questions