vb编制程序实现下列功能,输出100以内能被4整除且个位数为8的所有整数

如题所述

dim i as integer
for i=8 to 100 step 10
if i mod 4=0 then
me.print i
next
温馨提示:答案为网友推荐,仅供参考
相似回答