public class dsa{ ? ? ? public static void main(String args[]){ ???System.out.println("anotherX.x = " + dsaa.x()); ?}? static class dsaa { dsaa(){ } static int x; static int x() { ? ? ? ? ? return x; } ? static void setX(int newX) { ? ? ? x = newX; }? }}
添加回答
舉報(bào)
0/150
提交
取消