java高手进,Myeclipse显示没错,但为什么运行出错,我的意思是键盘输入数字判断奇数还是偶数
packagecontroller;publicclasshello{publicstaticvoidmain(String[]args){intnum=Integer....
package controller;
public class hello {
public static void main(String[] args) {
int num = Integer.parseInt(args[0]);
String hello="输入的是";
if(num%2==0)
{
hello="偶数"+hello;
}
else
{
hello="奇数"+hello;
}
System.out.println(hello);
}
} 展开
public class hello {
public static void main(String[] args) {
int num = Integer.parseInt(args[0]);
String hello="输入的是";
if(num%2==0)
{
hello="偶数"+hello;
}
else
{
hello="奇数"+hello;
}
System.out.println(hello);
}
} 展开
3个回答
展开全部
String hello = "输入的是"; 你这样hello根本没得到你args[0] 传进来的值啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
这个程序是要在运行的时候传值的,不知道你是在那运行的
追问
myeclipse中
追答
args[0]值 根本就没有传进去
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
为什么不使用扫描器接收输入?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询