填空题
设有如下程序: Private Sub Form_Click() Cls a$="ABCDFG" For i=1 To 6 Print Tab(12-i); 【9】 Next i End Sub 程序运行后,单击窗体,结果如图所示,请填空。