被刪除記錄上
A.Int(98*Rnd)-49 B.Int(99*Rnd)-49 C.Int(100*Rnd)-50 D.Int(101*Rnd)-50
下列程序段運(yùn)行后輸出的結(jié)果是()。 Private Sub Form_Click Dim X#, Y# X = 5: Y = 6 Print X + Y = 11 End Sub
A.X+Y=11 B.5+6=11 C.11 D.True