 
		Beaten丶
2015-11-25 14:42
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 在本地测试吧 这些问题都可以避免了
 
				英文不过关,哈哈
Java入门第一季(IDEA工具)
1168089 学习 · 18754 问题
相似问题