sorry about that. #include <iostream> using namespace std; int main() { int x = 5; int y = 5; int Map[10][10]; char direction;...
I'm trying to make a program that uses an array to track a boat's position. Kind of like battleship but not quite that in depth. I want to have a...
Separate names with a comma.