1、下面程序段的运行结果是 .int n=0; while (n++

来源:学生作业学帮网 编辑:学帮网 时间:2024/06/17 16:45:28

1、下面程序段的运行结果是 .int n=0; while (n++

输出结果为4
int n=0;
while (n++