Commit 52b99bf2 authored by paolo.tokam's avatar paolo.tokam

Upload New File

parent 91951165
import java.util.ArrayList;
public class zoo{
public static void main(String[] args) {
ArrayList<String> HabitatAnimals = new
ArrayList<String> ();
HabitatAnimals.add("Vertebrates; They live on the ground, specifically range from the deepest part of the ocean to the highest peak of the mountains and from the lush tropics to the frozen Arctic. ");
HabitatAnimals.add("Insects; They live in hot deserts, freshwater streams, tropical rainforests, up snowy mountains and of course, in your own garden. ");
HabitatAnimals.add("Reptiles, living in water, must come to the surface to breathe air. ");
HabitatAnimals.add("Amphibian; ponds and swamps.");
HabitatAnimals.add("Red poll; Trees and bushes nest.");
HabitatAnimals.add("Sea urchins; Deep Ocean. ");
HabitatAnimals.add("Box jellyfish: They can be found in coastal water around Northern Australia. ");
HabitatAnimals.add("Arthropod; Usually found in humid rainforests, dry deserts, coral reefs and forests. ");
HabitatAnimals.add("Mollusca; Freshwater and ocean");
HabitatAnimals.add("Comb jellies; They live in between both the shallow and deep waters.");
System.out.println(HabitatAnimals);
}
}
\ 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