VB编程求1到1000中能被3整除的数的个数
在[1~1000]区间中的所有整数中,分别计算能被3整除的数的个数及能被7整除的数的个数,结果显示如题所示.要求:必须使用循环语句实现
人气:201 ℃ 时间:2019-10-19 16:50:08
解答
dim num3,num7 as integerfor i=1 to 1000if i mod 3=0 then num3=num3+1end ifif i mod 7=0 then num7=num7+1end ifnext最后num3就是能被3整除的数的个数.num7是能被7整除的个数....
推荐
猜你喜欢
- 张阿姨买一套衣服花了300元,其中上一价钱是裤子的1.5倍,这套衣服和裤子各多少元?
- The girl is thinking about ( )she will go abroad to study English next year.A if B whether
- 用括号中单词的适当形式填空.Do you think of ——(read)the new book by the famous writer.
- 用英语介绍北京动物园的地理环境,不用很多字,6,7句话就够了.我高一的水平
- 一节圆柱形的铁皮烟囱底面半径是2分米,高是8分米,做10节这样的烟囱需要铁皮多少平方分米?
- There are over ten girls in the classroom.同义句
- 一条路长1000米,修路队8天修了15%,照这样的速度,修完要几天?
- do you think the beef tasted ____ ? yes , mary cooked it very _____, i think