@ -6,4 +6,9 @@ public class Ship {
int length;
public int numOfHits = 0;
boolean kill = false;
public Ship(int l, String n) {
length = l;
name = n;
}