A.For x=10 to 1B.For x=1 to 10step -1C.For x=1 to 10step 2D.For x=1 to step 10
下面程序的運行結果是()Private Sub Command1_Click( ) Text1.Text = ""123"" Text2.Text = ""321"" a = Text1.Text + Text2.Text Print a End Sub
A.132231B.321123C.123321D.444
A.6B.5C.4D.3