题干

下列程序运行后,变量s的值____ 。

   Dim a,b,c As Integer

   Dim s AS string

   a=9

   b=41

   c=2*(a+b)

   s=str(b+c)

上一题 下一题 0.0难度 选择题 更新时间:2016-06-20 11:21:35

答案(点此获取答案解析)

”141”