Commit 00689e2d authored by paolo.tokam's avatar paolo.tokam

Add new file

parents
package ZooPaoloTokam;
public class Zoo {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
class Zoolist
public static void main(String{[]args) {
ArrayList <Zoo> ZooList = new ArrayList <Zoo> (); {
System.out.println("ZooList");
{
vertabrates ("blobfish", "eagle", "tigers", "fox");
Insects ("Mosquitos", "bees","ants", "dragonflies");
reptiles ("Corn", "snakes", "fogs", "gecko", "turtles");
Amphibian ("Frog", "toads", "salamanders", "newts");
Redpoll ("Hoary","polls", "breeding", "winters", "finches");
Seaurchins ("Sand dollars", "cidaridea", "echinoida");
Boxjellyfish ( "Ostracion", "humpback turretfish","scrawled cowfish","Smooth trunkfish");
Arthropod ("Spiders", "scorpions", "crabs","butterflies");
Mollusca ( "Octopus", "chitons" , "gastropods", "bivalves") ;
Combjellies ( "Jellyfish", "nuda", "tentaculata");
ArrayList<habitat> HabitatList = new ArrayList <Habitat> (); {
System.out.println("habitatList");
//if open zoo then Habitat List will appear
{ 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");
Insects ("They live in hot deserts, freshwater streams, tropical rainforests, up snowy mountains and of course, in your own garden");
Reptiles ("living in water must come to the surface to breathe air");
Amphibian ("ponds and swamps");
Redpoll ("Trees and bushes nest");
Seaurchins ("Deep ocean");
Boxjellyfish ("They can be found in coastal water around Northern Australia");
Arthropod ("Usually found in humid rainforests, dry deserts, coral reefs and forests");
Mollusca ("Freshwater and ocean");
Combjellies ("They live in between both the shallow and deep waters");
else
//then follow by Food List
Vertebrates "They survive on chickens, cows, pigs and fishes"
Insects "Roots and seeds"
Reptiles "Feeds on insects, birds and frogs"
Amphibian "Bugs, slugs and snails"
Redpoll "Catkins, seeds and bugs"
Seaurchins "Kelp, periwinkles, and sometimes even barnacles"
Boxjellyfish "Fish, crustaceans, marine larvae, and plankton"
Arthropod "Detritus, algae or animals"
Mollusca "Microscopic and filamentous algae"
Combjellies "Fish, shrimp, crabs and tiny plants"
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