讲师回答 / 汤小洋
three =one + two ==> 30 是程序运行的最终结果,System.out.println("three = one + two ==>"+ three );中的three是变量,值为30
2014-06-13