A、數(shù)值 B、字符串 C、變體 D、數(shù)值或字符串(視輸入的數(shù)據(jù)而定)
A、變量X的值是數(shù)值10 B、在InputBox對話框標題欄中顯示的是“示例” C、0是默認值 D、變量X的值是字符串“10”
A、If A≠B Then Print"A不等于B" B、If A<>B Then Printf A不等于B C、If A<>B Then Print"A不等于B" D、If A≠B Print"A不等于B"