void GameBoard::enterShips() { char location[1]; int ships = 0; int count = 1; while(ships < NUM_SHIPS) { cout << \"Enter a loc
location is an array of a single char. There is no location[1].
location
char
location[1]