Syntax error on token "else", delete this token? 输入else就报错,本人菜鸟,求详细解答,谢谢!
1个回答
推荐于2018-03-13
展开全部
两if 后面的分号多余了,删除。if (a>=18)
{
System.out.printlen("a>=18");
}
else if (a<18 && a>10)
{
System.out.printlen("a<18 && a>10");
}
else
{
System.out.printlen("other");
}
{
System.out.printlen("a>=18");
}
else if (a<18 && a>10)
{
System.out.printlen("a<18 && a>10");
}
else
{
System.out.printlen("other");
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询