【单选题】某人编写了如下程序: Private Sub Command1_Click() Dim a As Integer, b As Integer a = InputBox("请输入整数") b = InputBox("请输入整数") pro a pro b Call pro(a + b) End Sub Private Sub pro(n As Integer) While (n > 0) Print...
A.
把过程pro的形式参数 n As Integer 改为 ByVal n As Integer
B.
把Call pro(a + b) 改为 Call pro a + b
C.
把 n = n \ 10 改为 n = n / 10
D.
在pro b 语句之后增加语句 c% = a + b ,再把 Call pro(a + b) 改为 pro c
【多选题】What is true of a module containing a file named module-info.java with the following contents? (Choose all that apply.)module com.food.supplier {}
A.
All packages inside the module are automatically exported.
B.
No packages inside the module are automatically exported.
C.
A main method inside the module can be run.
D.
A main method inside the module cannot be run since the class is not exposed.
【单选题】在民间美术的谐音象征艺术语言中,被喻为“平安”的是( )。A佛手柑 B莲花 C蝙蝠 D瓶、鞍
【简答题】23 若输入3个整数3,2,1,则以下程序的输出结果是() main()
【简答题】要实现“输入一个整数,判断它的奇偶性,并输出”的程序,请完善以下程序。 #include int main() { 【1】 x; //定义变量 printf("请输入一个整数:x="); scanf(" 【2】 ", 【3】 x); //输入语句,键盘输入一个整数 if( 【4】 ) printf("你输入的为偶数!”); 【5】 printf("你输入的为奇数!“)...
【单选题】额定载重量为1000kg的电梯,轿厢自重1500kg,对重重量2000kg,则平衡系数为()。
【单选题】额定载重量为1000kg的电梯,轿厢重量为1500kg,对重重量2000kg,则平衡系数为 。