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
2
it loop 25 times... here is your answer mark me as Brainliest
Similar questions
English,
2 months ago
Computer Science,
2 months ago
Economy,
4 months ago
Biology,
4 months ago
Biology,
10 months ago
Hindi,
10 months ago
Social Sciences,
10 months ago