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
0
I think the answer is x=1 if this following code is executed.
bmittu1999:
can you please send the exact answer please
Similar questions
Math,
8 months ago
Hindi,
8 months ago
Biology,
1 year ago
Computer Science,
1 year ago
Physics,
1 year ago
Social Sciences,
1 year ago
Physics,
1 year ago