當前位置:成語大全網 - 書法字典 - 通過字典使用Javastring

通過字典使用Javastring

公共類水果{

String【】fruits = new String【5】;

public void input ruit(){

掃描儀輸入=新掃描儀(system . in);

for(int I = 0;我& lt水果。長度;i++){

System.out.print(“請輸入“+(I+1)+“水果:“);

fruits【I】= input . next();

}

}

公共字符串【】getNames(){

Arrays.sort(水果);

歸還水果;

}

}

公共靜態void main(String[] args) {

// TODO自動生成的方法存根

水果sg =新水果();

String【】new fruits =新字符串【5】;

SG . input ruit();

new fruits = SG . getnames();

System.out.println(“這些水果在字典中出現的順序是:“);

for(int I = 0;我& lt新水果。長度;i++){

if(new fruits【I】!=null)

system . out . print(new fruits【I】+“\ t“);

}

}

}