应该使用do......while吧,do{count++;num/=10;}while(num!=0)
不然当num=0时,返回结果回事输入错误
不然当num=0时,返回结果回事输入错误
最新回答 / 慕标1060215
public class HelloWorld{ public static void main(String[] args) { String city = "这里写家乡名"; System.out.println("我到家乡在" + city); // 结果是-----我的家乡在这里写家乡名,就是这么一个意思 }}
2021-11-21
public class HelloWorld{
public static void main(String[] args) {
string hobby1="我爱慕课网";
string hobby2="www.imooc.com";
System.out.println(hobby1);
System.out.println(hobby2);
}
}
哪里出错
public static void main(String[] args) {
string hobby1="我爱慕课网";
string hobby2="www.imooc.com";
System.out.println(hobby1);
System.out.println(hobby2);
}
}
哪里出错
2021-11-21
最新回答 / Oracle13
scores[j-1] = new Scanner(System.in).nextInt(); 可以这样试试,原来的是因为scores数组从第二个位置也就是scores[1]开始填充数据,数组超出界限报错
2021-11-20
现在IDEA很好了,集成了jdk自动下载, 就是你只需要下载idea,然后可以在IDEA里面下载JDK自动安装,环境配置什么都不用搞
2021-11-19
最新回答 / 好学手慕白白
没错啊,只是软件更新迭代UI界面变样了,图片所示的是问你要不要创建桌面快捷方式和关联java等文件,右上角那个是设置Path路径,这个路径可以√一下,然后直接下一步就行了!
2021-11-18