vb中数据类型的转换
在文本框Text1和Text2中分别输入35与48,变量S与X分别为字符型与整型,以下赋值语句的执行结果是什么?s=Text1.Text+Text2.Textx=Text...
在文本框Text1和Text2中分别输入35与48,变量S与X分别为字符型与整型,以下赋值语句的执行结果是什么?
s = Text1.Text + Text2.Text
x = Text1.Text + Text2.Text
s = Text1.Text & Text2.Text
x = Text1.Text & Text2.Text
s = Val(Text1.Text) + Text2.Text
x = Val(Text1.Text) + Text2.Text
s = Val(Text1.Text) & Text2.Text
x = Val(Text1.Text) & Text2.Text 展开
s = Text1.Text + Text2.Text
x = Text1.Text + Text2.Text
s = Text1.Text & Text2.Text
x = Text1.Text & Text2.Text
s = Val(Text1.Text) + Text2.Text
x = Val(Text1.Text) + Text2.Text
s = Val(Text1.Text) & Text2.Text
x = Val(Text1.Text) & Text2.Text 展开
3个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询