首页 > 试题广场 >

执行完下列语句后,n 的值为多少? int n;

[问答题]

执行完下列语句后,n 的值为多少?

int n;
for (n = 0; n < 100; n++)

推荐

解:n 的值为 100

发表于 2018-05-07 20:55:09 回复(0)