猿问

JAVA中调用print方法错误

public void print(){
			System.out.println("hello world");
		}
		public static void main(String[] args) {
			helloworld test=new helloworld();
			test.print();
		}
	}


yuanyuan_0005
浏览 1312回答 1
1回答

一条小咸鱼

你给出的代码是没错的,检查下其它地方
随时随地看视频慕课网APP

相关分类

Java
我要回答