Commit a2bd2357 authored by stephanie.smith's avatar stephanie.smith

final

parent 0ba599cf
......@@ -13,8 +13,8 @@ public class Animal {
animalList.add("lizard");
//print a list of all animals in zoo
System.out.println("list of animals: ");
for(String i:animalList){
System.out.println("list of animals: ");
System.out.println(i);
}
//print animal species
......
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