VB试题 循环语句 for i=20 to 10 step -2的循环次数为 A6 B4 C不循环 D5

问题描述:

VB试题 循环语句 for i=20 to 10 step -2的循环次数为 A6 B4 C不循环 D5

A6次
=初值-终值/步长加1