在10个随机整数求能被5整除的整数的个数,咋弄好?

package study; /**  *   * @author 黑大帅  * @date 2020.1.17  * 实现功能:10个随机整数中能被5整除的个数  */ public class Study { public static void main(String args[]) { //for循环 /* int count=0,num=0; for(int i=1;i<=10;i++)
相关文章
相关标签/搜索