Commit 93b841ec authored by sam.pople's avatar sam.pople

changes

parent 1870f54f
...@@ -70,11 +70,5 @@ public class App { ...@@ -70,11 +70,5 @@ public class App {
Clownfish.Environment = new Marine("Sheltered reefs", "They live in anemones in warm reefs", "Pacific Ocean", 24, 3); Clownfish.Environment = new Marine("Sheltered reefs", "They live in anemones in warm reefs", "Pacific Ocean", 24, 3);
Animals.add(Clownfish); Animals.add(Clownfish);
System.out.println("Animals: ");
for (int i = 0; i < Animals.size(); i++) {
System.out.println(Animals.get(i));
}
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment