配列要素1〜9のそれぞれを表示しているが、10番目と11番目の要素を表示していないメッセージボックス?? リッチテキストボックスでも実行しようとした10番目と11番目の要素に到達できないのに、もう一度表示できないのはなぜですか
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
int i;
int[] array1 = new array1[11];
private void textBox1_TextChanged(object sender, EventArgs e)
{
try
{
array1[i] = int.Parse(textBox1.Text) % 10;
MessageBox.Show(dizi[i].ToString());
}
catch
{
if (i > 11)
{
//MessageBox.Show("it can't be big than 11");
}
}
i++;
}
}