Private Sub Command1_ Click()
x=-5
If Sgn(x) Then
y= Sgn(x^2)
Else
y= Sgn(x)
End If
Print y
End Sub
程序运行后,单击命令按钮,窗体上显示的是( )