在窗體上畫一個(gè)名稱為Commandl的命令按鈕,然后編寫如下程序: Private Sub Command1_Click() Static x As Integer Stati cy As Integer y=1 y=y+5 x=x+5 Printx;y End Sub 程序運(yùn)行時(shí),三次單擊命令按鈕Commandl后,窗體上顯示的結(jié)果為()
A.1516 B.156 C.1515 D.56
A.一定是整數(shù) B.一定是大于0的整數(shù) C.一定是等于0的整數(shù) D.一定是小于0的數(shù)
A.TextDate=#1/1/2002# B.TestDate=#"1/1/2002"# C.TextDate=date("1/1/2002") D.TestDate=Format("m/d/yy","1/1/2002")