$ 0 0 for の特徴 for は昔ながらのループ構文。インデックスを使って要素にアクセスします。 こんなときに便利 インデックスが必要なとき for (int i = 0; i < arr.Length; i++) { Console.WriteLine($"{i}...