Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
配列リストを配列に変換しようとして助けが必要です。そうするのに問題があります。誰かが(.toarray)コードを実装する場所を教えてくれれば。
public class BFFHelper { ArrayList<BestFriends> myBFFs; Scanner keyboard = new Scanner(System.in); public BFFHelper() { myBFFs = new ArrayList<BestFriends>(); }