Plural although the teach you to do it singular in school so you can say:
value[0] = 42;
and really if you think about it that does make more sense than:
values[0] = 42
say it out loud if you don't believe me. Regardless I do use plurals so that I can easily tell when I am scanning through code. That also seems to be the standard that people are using these days.