For my GP32 project, I would like to store 7 words in an array. They will be the days of the week, so the first position in the array should hold the word "Monday", the next "Tuesday", etc. However, creating an array using the code "char[x]" will let me store the specified amount of characters, rather than words. How do I store 7 words in an array?