Commit 85677407 authored by paolo.tokam's avatar paolo.tokam

Upload New File

parent 0991d252
import java.util.ArrayList;
public class zoo3{
public static void main(String[] args) {
ArrayList<String> SpeciesList = new
ArrayList<String> ();
SpeciesList.add("Vertebrates; Blobfish, eagles, tigers, and foxes.");
SpeciesList.add("Insects; Mosquitos, bees, ants, and dragonflies.");
SpeciesList.add("Reptiles: Corn snakes, frogs, geckos, and turtles.");
SpeciesList.add("Amphibian: Frogs, toads, salamanders, and newts.");
SpeciesList.add("Red poll; Hoary polls, breeding, winters, finches.");
SpeciesList.add("Sea urchins; Sand dollars, cidaridea, echinoida.");
SpeciesList.add("Box jellyfish; Ostracion, humpback turret fish, scrawled cowfish, and Smooth trunkfish.");
SpeciesList.add("Arthropod;Spiders, scorpions, crabs, and butterflies.");
SpeciesList.add("Mollusca;Octopus, chitons, gastropods, and bivalves.");
SpeciesList.add("Comb jellies; Jellyfish, nuda and tentaculata.");
System.out.println(SpeciesList);
}
}
\ No newline at end of file
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