vb 打印平行四边形
发布网友
发布时间:2022-05-07 11:03
我来回答
共1个回答
热心网友
时间:2023-10-27 21:39
Private Sub Command1_Click()
Dim i As Integer
Dim n As Integer
n = InputBox("请输入行数")
For i = 1 To n
Print String(n, "*")
Next i
End Sub
热心网友
时间:2023-10-27 21:39
Private Sub Command1_Click()
Dim i As Integer
Dim n As Integer
n = InputBox("请输入行数")
For i = 1 To n
Print String(n, "*")
Next i
End Sub
热心网友
时间:2023-10-27 21:39
Private Sub Command1_Click()
Dim i As Integer
Dim n As Integer
n = InputBox("请输入行数")
For i = 1 To n
Print String(n, "*")
Next i
End Sub