private int a=99;怎么才能把a的信息也输出来呢?
暂且揣测题主本意是这样,如有不当
反正我也不改~
发下你的相关代码看看
System.out.println("a="+a);
输出的就是:a=99
System.out.println("a"+a);