高校等考试题天天练二级VB]10月21日
www.nanhushi.com 佚名 不详
知识点:Do…loop while语句Private Sub Command1_Click()Dim a As Integer, s As Integera=6 :s=1 Dos=s+aa=a-1Loop While a > 3Print s; aEnd Sub