A-A+ 在VB中有以下程序段 语句Print VB的执行次数是()For i=1 to 2 St 2022-08-06 00:44:22 问答库 阅读 174 次 问题详情 在VB中有以下程序段,语句Print "VB"的执行次数是()For i=1 to 2 Step0.1(说明:i分别取11.11.21.31.41.51.61.71.81.9)Print "VB"Next iA.0B.1C.2D.10 参考答案 正确答案:D