(资料图)
导读1、以下为参考代码:public class Example13 { public static void main(String[] args) { int x = 1; int count = 0; while (x <= 10) { if (x % 2 != 0) { count++; } x++; } System.out.println("奇数的个数有:" + count); }}以下为控制台:。
本文到此分享完毕,希望对大家有所帮助。
免责声明:本文由用户上传,如有侵权请联系删除!关键词:
热门推荐
最新资讯