Computer Science, asked by Anonymous, 6 months ago

int x = 2 , y= 50
do
{
++x;
y-= x++;
}
while(x<=10 )
returns y



Print output​

Answers

Answered by pg2122777
1

Answer:

Answer will be 15

Explanation:

Hope it helped...

Similar questions