在窗体上有一个命令按钮Command1,编写下列程序: Private Sub Command1_Click() Print ppl(3,7) End Sub Public Function ppl(X As Single,n As Integer)As Single If n=0Then ppl=1 Else If n M0d 2=1 Then ppl=x*x+n EIse ppl=x*x-n End If End If End Function 程序运行后,单击该命令按钮,屏幕上显示的是( )