Computer Science, asked by bmittu1999, 1 year ago

what will be the final value of variable x after the following code is executed- int x=10; while (x>1) { x=x/3; ++x; }

Answers

Answered by vinay275
1
ubjjhggggg 444455 666666 7777777
Similar questions