> 其他 >
vb程序 已知a=6,b=15,c=23,则语句Print Sgn(a+b Mod 6-c\A)&a+b的输出结果为______.
人气:104 ℃ 时间:2020-10-01 23:34:54
解答
Option ExplicitDim a As IntegerDim b As IntegerDim c As IntegerPrivate Sub Form_Load()a = 6b = 15c = 23End SubPrivate Sub Command1_Click()Print Sgn(a + b Mod 6 - c \ a) & a + b'''注释'''''第一步运算:...
推荐
猜你喜欢
© 2026 79432.Com All Rights Reserved.
电脑版|手机版