下列事件过程的执行结果为在窗体中依次输出______、______、______和 ______。 Private Sub Command1_Click() Dim c i = 0 c = Array(2, 4, 6, 8, 9) Do x = c(i) For j = 10 To x Step -2 n = j + x Next j Print n + j i = i + 1 Loop Whil
主观题
下列事件过程的执行结果为在窗体中依次输出______、______、______和 ______。 Private Sub Command1_Click() Dim c i = 0 c = Array(2, 4, 6, 8, 9) Do x = c(i) For j = 10 To x Step -2 n = j + x Next j Print n + j i = i + 1 Loop Whil