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.
たとえば、私は絞首刑執行人プログラムを作成しています。単語に対して配列を作成したいのですが、words単語の項目は単語の文字です
words
これは私があなたができると思ったことです:
String[] words = new String [15]; words[1] = String[] MILK = {"M","I","L","K"}; words[2] = String[] CLOTH = {"C","L","O","T","H"};