Computer Science, asked by snehal1525, 4 months ago

how many times the following loop will execute? what value will be returned?
int x= 2,y= 50
do{++ x y= x++}
while(x<=8)
return y;​

Answers

Answered by anjumishra04269
2

it loop 25 times... here is your answer mark me as Brainliest

Similar questions