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.
私はJAVAで配列を持っています:
public static char array[][] = new char[3[3];
プログラムの実行中に、この配列はいくつかの文字を埋めます。array[3][3]これに文字「」(スペース)が含まれているかどうかを確認するにはどうすればよいreturn trueですか? ありがとう。
array[3][3]
return true