填空题
A、For k=List1.ListCount-1 To 0 Step-1 B、For k=0 To List1.ListCount C、For k=1 To List1.ListCount-1 D、For k=1 To List1.LstCount
A、 把a=a-b改为a=b-a B、 把a=a-b改为a=a\b C、 把While a>b改为While a<b D、 把While a>b改为While a>=b