最近我遇到了这个问题
int i = 10; while (i++ <= 10) { i++; } System.out.print(i);
答案是13,有些人可以解释一下它是13吗?
java loops while-loop
java ×1
loops ×1
while-loop ×1