addWord メソッドを持つ Word というクラスがあります。
public class Word{
/**constructors exits**/
/**to addWord and return a boolean value of whether the word is successfully added or not**/
public boolean addWord (String[] list){
}
}
public class Test{
public static void main(String[] args){
Scanner input = new Scanner;
String[] wordList = new String[4];
for (int i=0; i<wordList.length; i++){
wordList[i]=input.next();
word.addWord(wordList[i]);
}
}
}
私は得た
というエラー: にシンボルが見つかりません
word.addWord(wordList[i];
どうすれば修正できますか?どうもありがとう!