What will be the value of x after the following code is executed?int x = 10;while (x < 100){x = 10;}
What will be the value of x after the following code is executed?int x = 10;while (x < 100){x = 10;}
发布时间:2025-05-16 23:41:17
What will be the value of x after the following code is executed?int x = 10;while (x < 100){x = 10;}