學(xué)到了方法,老師講例題的時(shí)候完全同不懂!就是以下這道,講無返回值時(shí)渺懂。
public?class?HelloWorld?{
????
????//定義了一個(gè)方法名為?print?的方法,實(shí)現(xiàn)輸出信息功能
????public?static?void?print()?{
System.out.println("Hello?World");
}
????
????public?static?void?main(String[]?args){
????????
????????//在?main?方法中調(diào)用?print?方法
????????HelloWorld?test=new?HelloWorld();
????????print();
????}
}
添加回答
舉報(bào)
0/150
提交
取消