6. 编写一个程序,求所有的三位正整数(即100~999之间)中有多少个整数其各个数字之和为7的倍数.(例如:

问题描述:

6. 编写一个程序,求所有的三位正整数(即100~999之间)中有多少个整数其各个数字之和为7的倍数.(例如:

public class Seven {
public static void main(String[] args) {
for(int i=100;i