public class HelloWorld{
    public static void main(String[] args) {
     int one = 10 ;
        int two = 20 ;
        int three = 0 ;
        three=one+two;
        System.out.println("three=one+two==>"+there);  
    
 }
}
System.out.println("three=one+two==>"+there);System.out.println("three=one+two==>"+three);这2行有什么区别?发现了没,你把three敲成了there。上面并没有定义there呀。
哈哈,代码思路对着呢,就视拼写出错了
考眼力呢。。。自己下个eclipse 在本地测试吧 这些问题都可以避免了
英文不过关,哈哈