编译为什么老是说缺少标识符 高手求教啊!!!!!!!!!

class A
{
int i;
int j;
}

public class Dongtai
{
A aa = new A();
aa.i = 66;
aa.j = 88;

public static void main(String[] args)
{
System.out.printf("%d,%d\n",aa.i,aa.j);
}
}

class A
{
int i;
int j;
}

public class Dongtai
{

public static void main(String[] args)
{
A aa = new A();
aa.i = 66;
aa.j = 88;
System.out.printf("%d,%d\n",aa.i,aa.j);
}
}
温馨提示:答案为网友推荐,仅供参考
第1个回答  2012-01-28
定义 类 后面要加分号追问

??????

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网