网站首页
编程语言
数据库
系统相关
其他分享
编程问答
satisyf
2025-01-11
Text-For循环的练习1
Text-For循环的练习1键盘录入一个两位数的数字,表示范围用for循环找出既能被3整除又能被5整除的数有多少个intcount=0;Scannersatisyf=newScanner(System.in);System.out.println("请输入范围的开始:");intnumber=satisyf.nextInt();Sy