Inside the loop you are just continually re-assigning the array to a user input, which doesn't work since a string is not a string array. You use indexing so I assume you understand how to index...