public class HelloWorld{ public static void main(String[] args) { final int LOVE="2"; final int MYLOVE="3"; System.out.println(LOVE); System.out.println(MYLOVE); }}为什么代码控制台那里显示不出 2 和 3???
添加回答
举报
0/150
提交
取消