标题:这个编译错误是为什么?求大佬滴滴
取消只看楼主
两切
Rank: 2
等 级:论坛游民
帖 子:10
专家分:14
注 册:2017-4-2
结帖率:100%
已结贴  问题点数:20 回复次数:1 
这个编译错误是为什么?求大佬滴滴
程序代码:
class PointTect{
  public static void main(String[]args){
    Point P=new Point();
    P.SetPoint(4,5);
    P.printInfo();
  }
}
class Point{
  int x=2;
  int y=3;
}
void SetPoint(int a,int b){
   x=a;
   y=b;
}
void printInfo(){
  System.out.println("("+x+","+y+")");
}
	
		
			
搜索更多相关主题的帖子: 编译 错误 Point int void 
2018-04-20 14:29
两切
Rank: 2
等 级:论坛游民
帖 子:10
专家分:14
注 册:2017-4-2
得分:0 
回复 2楼 疯狂的小a
嗯呢。好像懂了。我回去看一下。谢谢🙏
2018-04-24 11:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-486223-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.257773 second(s), 11 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved