单项选择题
A.const float PI;PI=3.14f; B.const float PI=3.14f; C.float const PI;PI=3.14f; D.float const PI=3.14f;
异常是在什么时候发生的()。A.编写程序时B.编译时C.运行时D.最终用户发出请求时
单项选择题异常是在什么时候发生的()。
A.编写程序时 B.编译时 C.运行时 D.最终用户发出请求时
C#中,新建一字符串变量str,并将字符串"Tom’sLivingRoom"保存到串中,则应该使用下列哪条语句...
单项选择题C#中,新建一字符串变量str,并将字符串"Tom’sLivingRoom"保存到串中,则应该使用下列哪条语句()。
A.string str="Tom\’s Living Room"; B.string str="Tom’s Living Room"; C.string str("Tom’s Living Room"); D.string str("Tom"s Living Room");
下列哪种控件是一种用来存放其他控件的容器?()A.TextBoxB.GroupBoxC.RadioButton...
单项选择题下列哪种控件是一种用来存放其他控件的容器?()
A.TextBox B.GroupBox C.RadioButton D.Label