I have a function to print the array like this:
void letter_function(char cards[]) { for (int i = 0; i < 6; i++) { cout << "\\n" <&