早教吧 育儿知识 作业答案 考试题库 百科 知识分享

11.在VB.NET中,以下定义常量不正确的语句是A.ConstNumAsInteger=200B.ConstNum1AsLong=200,Sstr$="World"C.ConstSstr$="world"D.ConstNum$=#World#

题目详情
11.在VB.NET中,以下定义常量不正确的语句是______
A.Const Num As Integer=200
B.Const Num1 As Long=200,Sstr$="World"
C.Const Sstr$="world"
D.Const Num$=#World#
▼优质解答
答案和解析
选择D.Const Num$=#World#