java 错误: 需要<标识符>
classDice{publicvoidget(){System.out.println("哈哈");}}classDiceGame{Dicedice=newDice()...
class Dice
{
public void get()
{
System.out.println("哈哈");
}
}
class DiceGame
{
Dice dice = new Dice();
dice.get(); //这个地方出错 错误: 需要<标识符>}
public class b
{
public static void main(String[] args)
{
}
}
源程序:
class Dice
{
public void get()
{
System.out.println("哈哈");
}
}
class DiceGame
{
Dice dice = new Dice();
dice.get();
}
public class b
{
public static void main(String[] args)
{
}
} 展开
{
public void get()
{
System.out.println("哈哈");
}
}
class DiceGame
{
Dice dice = new Dice();
dice.get(); //这个地方出错 错误: 需要<标识符>}
public class b
{
public static void main(String[] args)
{
}
}
源程序:
class Dice
{
public void get()
{
System.out.println("哈哈");
}
}
class DiceGame
{
Dice dice = new Dice();
dice.get();
}
public class b
{
public static void main(String[] args)
{
}
} 展开
2013-08-15 · 知道合伙人数码行家
关注
展开全部
class DiceGame
{
Dice dice = new Dice();
dice.get(); //这个地方出错 错误: 需要<标识符>}
}
//楼主,我理解你,因为我也犯过这样的错误,你的标识符怎么就//给注释了。
更多追问追答
追问
抱歉 这个是我刚才不小心输入错误
源程序没有注释 我是指出出错的地方 详情高人看下 是那里出错了 帮帮忙
追答
你要使用这个方法,必须弄一个方法,或者在main方法中用,不能在类中直接调用。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
哎呀呀。。。 LZ粗心了。。
少了个大括号"}"。。。
class DiceGame
{
Dice dice = new Dice();
dice.get(); //这个地方出错 错误: 需要<标识符>}
}
少了个大括号"}"。。。
class DiceGame
{
Dice dice = new Dice();
dice.get(); //这个地方出错 错误: 需要<标识符>}
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询