Hello, I'm trying to read names separated by a comma using array.

For example, the expected input would look like the following:
Juila,Francisco
Adams,Wong

I know you can use getline function...