x = 15 s = 0 Do While x
2个回答
S=15+16+17+18+19+20+21+22+23
=171
X=24
所以Print s,x,结果:
171,24
相关问题
列程序运行后的输出结果为?x=100;S=0;while x≥2S=S+1/(x﹡(x-1));x=x-1;wendPr
阅读下面的程序段 m=0:s=0 do while m
if s=1+2+3+4+5 clear s=0 a=1 do while a
i=0;s=0; while(s
X=2 Y=4 Do x=x*y y=y+1 Loop While y
语句S=0 i=1 Do S=S+i Loop while S≤200 n=i-2 Output n
it's (well) worth one's while doing/to do...it's (well) wort
计算机算法 i=s=0; while(s
for(float x=0,s=0;x!=60;x=x+0.3) s=s+x;
一个简单的C++的题目当执行以下程序段时( A ) x=-1; do { x=x*x;} while(!x); A)