// PrintStrings // Traverse the 2D character array "strings" and print each of the contained strings.// See the example outputs provided in the word document. Your output should match the example outputs.void printStrings(char strings[NUM_STRINGS][STRING_LENGTH]){}