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

final

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