Error : Index was outside the bounds of the array.
You have declared an array that can store 8 elements not 9. It means postStatus will contain 8 elements from index 0 to 7.
You have declared an array that can store 8 elements not 9. It means postStatus will contain 8 elements from index 0 to 7.