Firstly, if you're just going to have an attitude with everyone then you're never going to find help any time soon.
Secondly the binary operator % only works for integral types, (char, short, int, long, (int)pointer)
Also it looks like you're trying to apply the modulus to the actual array instead of just an element in the array. Try using the [] operator or deference your value for the first element.