题目 / 答案提交正确答案
有如下程序,运行后输出的结果是()。j=0:n=0 Do While n<3 j=(j+1)*(j+2) n=n+1 Loop Print j;n
A. 0 1
B. 182 3
C. 30 4
D. 3 3
正确答案:182 3
关键字 浏览量:次
上一篇:执行下面程序段后,输出的结果为()。 Dim m(5) As Integer s = 0 For i = 0 To 5
下一篇:循环结构For I%= -1 to –17 Step –2 共执行()次。
相关问题
【智慧树】有如下程序: #include <stdio.h> int i=1; int main() { int i=
【智慧树】有如下程序: #include <stdio.h> int f(int x) { return x+3;}
【智慧树】有如下程序: #include <stdio.h> void fun(int x,int y) { int
【智慧树】有如下程序: #include <stdio.h> fun(int a) { auto int b=0; s
【智慧树】有如下程序: #include <stdio.h> f(int a) { int b=0; static i
【智慧树】有如下程序: Const n = -5 Const m = 6 Dim a(n To m) As Integer For
【智慧树】有如下程序#include<stdio.h>main(){FILE*fp1;fp1=fopen("
【智慧树】设有如下程序: