填空题

下列程序的输出结果是______。 Sub Prin() Dim B As String A=1 B=A & Space(4)& A Print A Print Trim(B) End Sub

【参考答案】

A