当前位置: X题卡 > 所有题目 > 题目详情

下面程序是计算100以内能被4整除且个位数为4的所有整数,请填空。 main( ) int m,n; for(m=0;______;m++) n=m*10+4; if(__...

查看本题答案

你可能感兴趣的试题

热门试题

更多